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