Click or drag to resize

SpatialToLocal Method

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

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

Parameters

globalPoint
Type: GodotVector3

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

Return Value

Type: Vector3

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

See Also