Struct Binary.TagIndex
Denotes an index into the list of tags contained in the runtime asset.
Namespace: Unity.Kinematica
Assembly: solution.dll
Syntax
public struct Binary.TagIndex
Properties
Name | Description |
---|---|
Invalid | Invalid tag index. |
IsValid | Determines if the given tag index is valid or not. |
Methods
Name | Description |
---|---|
Equals(TagIndex) | Determines whether two tag indices are equal. |
Operators
Name | Description |
---|---|
implicit operator TagIndex(int) | Implicit conversion from an integer value to a tag index. |
implicit operator int(TagIndex) | Implicit conversion from a tag index to an integer value. |