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