CompareTo(BoundProperty)
Compares this BoundProperty to a specific BoundProperty.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public int CompareTo(BoundProperty other)
Parameters
The BoundProperty to compare.
Returns
Type | Description |
|---|---|
| int | Returns zero if the Index values for the two BoundProperty objects match. Otherwise, this method returns the difference between the BoundProperty Index values. |