Click or drag to resize

SpatialGlobalTranslate Method

Moves the global (world) transformation by Vector3 offset. The offset is in global coordinate system.

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

Parameters

offset
Type: GodotVector3

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

See Also