Click or drag to resize

AnimationNodeStateMachineAddTransition Method

Adds a transition between the given nodes.

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

Parameters

from
Type: SystemString

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

to
Type: SystemString

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

transition
Type: GodotAnimationNodeStateMachineTransition

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

See Also