Click or drag to resize

AnimationTreePlayerNodeSetPosition Method

Sets the position of a node in the graph given its name and position.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void NodeSetPosition(
	string id,
	Vector2 screenPosition
)

Parameters

id
Type: SystemString

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

screenPosition
Type: GodotVector2

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

See Also