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