Struct Binary.TagListIndex
Denotes an index into the list of tag lists contained in the runtime asset.
Namespace: Unity.Kinematica
Assembly: solution.dll
Syntax
public struct Binary.TagListIndex
Properties
| Name | Description |
|---|---|
| Empty | Empty tag list index. |
Methods
| Name | Description |
|---|---|
| Equals(TagListIndex) | Determines whether two tag list indices are equal. |
Operators
| Name | Description |
|---|---|
| implicit operator TagListIndex(int) | Implicit conversion from an integer value to a tag list index. |
| implicit operator int(TagListIndex) | Implicit conversion from a tag list index to an integer value. |