Click or drag to resize

AnimationTreeRenameParameter Method

[Missing <summary> documentation for "M:Godot.AnimationTree.RenameParameter(System.String,System.String)"]

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

Parameters

oldName
Type: SystemString

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

newName
Type: SystemString

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

See Also