AnimationStateMachine.RemoveTransitions(string, string) Method
Definition¶
Namespace: Brine2D.Animation
Removes all condition-based (non-on-complete) transitions from from
that target to. When from is null, removes
matching AnyState transitions instead.
public void RemoveTransitions(string? from, string to);
Parameters¶
from System.String