Skip to content

AnimationBlendSelector1D.RespectNonLoopingClips Property

Definition

Namespace: Brine2D.Animation

When true (default), the tree will not interrupt a non-looping clip that was started outside the tree. Set to false to give the tree unconditional ownership of the animator.

public bool RespectNonLoopingClips { get; set; }

Property Value

System.Boolean

Remarks

The yield check is name-based — if an externally-driven one-shot clip shares a name with a node the tree previously drove, the tree will not yield to it. Avoid reusing node clip names for externally-driven one-shot clips.