Click or drag to resize

GridMapMapToWorld Method

Returns the position of a grid cell in the GridMap's local coordinate space.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector3 MapToWorld(
	int x,
	int y,
	int z
)

Parameters

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:Godot.GridMap.MapToWorld(System.Int32,System.Int32,System.Int32)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:Godot.GridMap.MapToWorld(System.Int32,System.Int32,System.Int32)"]

z
Type: SystemInt32

[Missing <param name="z"/> documentation for "M:Godot.GridMap.MapToWorld(System.Int32,System.Int32,System.Int32)"]

Return Value

Type: Vector3

[Missing <returns> documentation for "M:Godot.GridMap.MapToWorld(System.Int32,System.Int32,System.Int32)"]

See Also