Click or drag to resize

SpatialToGlobal Method

Transforms local_point from this node's local space to world space.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector3 ToGlobal(
	Vector3 localPoint
)

Parameters

localPoint
Type: GodotVector3

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

Return Value

Type: Vector3

[Missing <returns> documentation for "M:Godot.Spatial.ToGlobal(Godot.Vector3)"]

See Also