Creates a tag data accessor for a target object of a certain type. Tag data will be lazy created on access and reused for the same target object.
Function that will be called the first time the tag for a given object is requested.
The tag data associated with the target object.
Target Target type.
TagData Tag data type.
Creates a tag data accessor for a target object of a certain type. Tag data will be lazy created on access and reused for the same target object.