AnimationStateMachine.GetAvailableTransitions() Method
Definition¶
Namespace: Brine2D.Animation
Returns the names of all destination states reachable via non-complete transitions from the active state (including AnyState transitions). Conditions are not evaluated.
public System.Collections.Generic.IReadOnlyList<string> GetAvailableTransitions();