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