Click or drag to resize

AnimationNodeStateMachineSetStartNode Method

Sets the given node as the graph start point.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetStartNode(
	string name
)

Parameters

name
Type: SystemString

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

See Also