Click or drag to resize

AnimationTreePlayerAddNode Method

Adds a type node to the graph with name id.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void AddNode(
	AnimationTreePlayerNodeType type,
	string id
)

Parameters

type
Type: GodotAnimationTreePlayerNodeType

[Missing <param name="type"/> documentation for "M:Godot.AnimationTreePlayer.AddNode(Godot.AnimationTreePlayer.NodeType,System.String)"]

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:Godot.AnimationTreePlayer.AddNode(Godot.AnimationTreePlayer.NodeType,System.String)"]

See Also