Method GetTag
GetTag(TagIndex)
Retrieves a reference to a tag stored in the runtime asset.
Declaration
public ref Binary.Tag GetTag(Binary.TagIndex tagIndex)
Parameters
Type | Name | Description |
---|---|---|
Binary.TagIndex | tagIndex | The tag index to retrieve the reference for. |
Returns
Type | Description |
---|---|
Binary.Tag | Tag reference that corresponds to the index passed as argument. |