Table of Contents

Property EffectiveAnimationValueIncrementFactor

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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

float

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.