Click or drag to resize

AnimationNodeBlendTree.SetNodePosition Method

Modifies the position of a sub-node.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetNodePosition(
	string name,
	Vector2 position
)

Parameters

name
Type: System.String

[Missing <param name="name"/> documentation for "M:Godot.AnimationNodeBlendTree.SetNodePosition(System.String,Godot.Vector2)"]

position
Type: Godot.Vector2

[Missing <param name="position"/> documentation for "M:Godot.AnimationNodeBlendTree.SetNodePosition(System.String,Godot.Vector2)"]

See Also