Click or drag to resize

AnimationNodeStateMachineGetNodePosition Method

Returns the given node's coordinates. Used for display in the editor.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector2 GetNodePosition(
	string name
)

Parameters

name
Type: SystemString

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

Return Value

Type: Vector2

[Missing <returns> documentation for "M:Godot.AnimationNodeStateMachine.GetNodePosition(System.String)"]

See Also