Property EffectiveAnimationValueIncrementFactor
EffectiveAnimationValueIncrementFactor
Gets the effective increment factor used for animation values, determined by either a user-specified value or a default value if none is set.
protected virtual float EffectiveAnimationValueIncrementFactor { get; }
Property Value
Remarks
This property ensures that a valid increment factor is always available for animations, providing a fallback to the default value when a custom value is not specified.