Click or drag to resize

Node2DGlobalTranslate Method

Adds the offset vector to the node's global position.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void GlobalTranslate(
	Vector2 offset
)

Parameters

offset
Type: GodotVector2

[Missing <param name="offset"/> documentation for "M:Godot.Node2D.GlobalTranslate(Godot.Vector2)"]

See Also