Click or drag to resize

AnimationNodeBlendTreeGetNodePosition Method

Returns the position of the sub-node with the specified name.

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.AnimationNodeBlendTree.GetNodePosition(System.String)"]

Return Value

Type: Vector2

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

See Also