Click or drag to resize

AnimationNodeStateMachineSetNodePosition Method

Sets the node's coordinates. Used for display in the editor.

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

Parameters

name
Type: SystemString

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

position
Type: GodotVector2

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

See Also