AnimationTransition.Condition Property
Definition¶
Namespace: Brine2D.Animation
The condition that must be true for the transition to fire. When OnComplete is
true, AddOnCompleteTransition(string, string, Func<bool>, float, int, bool) wraps this with a
guaranteed () => true fallback — pass your own condition to make an on-complete
transition conditional.
public System.Func<bool> Condition { get; init; }