Click or drag to resize

AnimationTreePlayerNodeRename Method

Renames a node in the graph.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error NodeRename(
	string node,
	string newName
)

Parameters

node
Type: SystemString

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

newName
Type: SystemString

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

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.AnimationTreePlayer.NodeRename(System.String,System.String)"]

See Also