Skip to content

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.

C#
public void RemoveTransitions(string? from, string to);

Parameters

from System.String

to System.String