Property NeedsNonAnimatableUpdate
NeedsNonAnimatableUpdate
Boolean value that defines if the inspector should check for non animatable properties.
Declaration
protected bool NeedsNonAnimatableUpdate { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean | True if non animatable properties should be granted their need to update outside of the animation recording, false otherwise. (default: false) |
Remarks
Due to the cost of Reflection needed to get non animatable properties to be updated without animation recording the change, by default this behaviour is not enabled.