Click or drag to resize

Node2DTranslate Method

Translates the node by the given offset in local coordinates.

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

Parameters

offset
Type: GodotVector2

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

See Also