Skip to content

AnimationTransition.MinNormalizedTime Property

Definition

Namespace: Brine2D.Animation

Minimum normalized playback position [0, 1] the source animation must have reached before this transition can fire. Zero means no minimum. Use this for exit-time transitions — for example, 0.8 means "don't allow this transition until the clip is 80% complete".

public float MinNormalizedTime { get; init; }

Property Value

System.Single