Click or drag to resize

AnimationNodeStateMachineRemoveNode Method

Deletes the given node from the graph.

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

Parameters

name
Type: SystemString

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

See Also