Click or drag to resize

AnimationNodeStateMachineGetNodeName Method

Returns the given animation node's name.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string GetNodeName(
	AnimationNode node
)

Parameters

node
Type: GodotAnimationNode

[Missing <param name="node"/> documentation for "M:Godot.AnimationNodeStateMachine.GetNodeName(Godot.AnimationNode)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.AnimationNodeStateMachine.GetNodeName(Godot.AnimationNode)"]

See Also