Skip to content

AnimationBlendSelector1D.AllowZeroSpeed Property

Definition

Namespace: Brine2D.Animation

When false \(default\), node speed values are floored at 0.001 to prevent accidentally freezing the animator. Set to true when a node speed of exactly 0 is intentional \(e\.g\. a freeze\-at\-threshold behaviour\).

C#
public bool AllowZeroSpeed { get; set; }

Property Value

System.Boolean