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.
public int Priority { get; set; }
Property Value¶
Exceptions¶
System.ArgumentOutOfRangeException
Thrown when set below 1.