Click or drag to resize

SpatialTranslateObjectLocal Method

Changes the node's position by the given offset Vector3 in local space.

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

Parameters

offset
Type: GodotVector3

[Missing <param name="offset"/> documentation for "M:Godot.Spatial.TranslateObjectLocal(Godot.Vector3)"]

See Also