AnimationTransition.Priority Property
Definition¶
Namespace: Brine2D.Animation
Evaluation order within the same transition list. Higher values are evaluated first.
Transitions with the same priority are evaluated in insertion order.
Defaults to 0. Use positive values for high-priority overrides and negative values
for low-priority fallbacks.
public int Priority { get; init; }