AnimationStateMachine.Transitions Property
Definition¶
Namespace: Brine2D.Animation
Read-only view of all regular (source-specific) transitions, in evaluation order.
public System.Collections.Generic.IReadOnlyList<Brine2D.Animation.AnimationTransition> Transitions { get; }
Property Value¶
System.Collections.Generic.IReadOnlyList<AnimationTransition>