Click or drag to resize

AnimationNodeStateMachineRemoveTransition Method

Deletes the transition between the two specified nodes.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void RemoveTransition(
	string from,
	string to
)

Parameters

from
Type: SystemString

[Missing <param name="from"/> documentation for "M:Godot.AnimationNodeStateMachine.RemoveTransition(System.String,System.String)"]

to
Type: SystemString

[Missing <param name="to"/> documentation for "M:Godot.AnimationNodeStateMachine.RemoveTransition(System.String,System.String)"]

See Also