Skip to content

AnimationBlendSelector2D.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.

public bool AllowZeroSpeed { get; set; }

Property Value

System.Boolean