Skip to content

AnimationLayer.Priority Property

Definition

Namespace: Brine2D.Animation

Evaluation order relative to other layers \(base animator is priority 0\). Higher values are applied last and win. Must be ≥ 1.

C#
public int Priority { get; set; }

Property Value

System.Int32

Exceptions

System.ArgumentOutOfRangeException
Thrown when set below 1.