AnimationTransition.RestartSelf Property
Definition¶
Namespace: Brine2D.Animation
When true and To == From (or an AnyState transition whose target is currently
active), the transition is allowed to fire and restarts the clip from the beginning instead
of being silently skipped. Defaults to false.
public bool RestartSelf { get; init; }