version
The version of the BoundProperty.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public int version { get; }
Remarks
Use this property to determine whether the BoundProperty object identifies an existing bound property.
During the life of an application, its Version can overflow and wrap around. For this reason, you cannot assume that a BoundProperty with a higher Version is more recent than a BoundProperty with a lower Version. The lower Version could be more recent.