Method GetTagList
GetTagList(TagListIndex)
Retrieves a tag list given a tag list index from the runtime asset.
Declaration
public ref Binary.TagList GetTagList(Binary.TagListIndex tagListIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| Binary.TagListIndex | tagListIndex | The tag list index. |
Returns
| Type | Description |
|---|---|
| Binary.TagList | Reference to the corresponding tag list for the index passed as argument. |