Click or drag to resize

AnimationNodeBlendTree.RenameNode Method

Changes the name of a sub-node.

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

Parameters

name
Type: System.String

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

newName
Type: System.String

[Missing <param name="newName"/> documentation for "M:Godot.AnimationNodeBlendTree.RenameNode(System.String,System.String)"]

See Also