Click or drag to resize

GridMapGetCellItemOrientation Method

The orientation of the cell at the grid-based X, Y and Z coordinates. -1 is returned if the cell is empty.

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

Parameters

x
Type: SystemInt32

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

y
Type: SystemInt32

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

z
Type: SystemInt32

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

Return Value

Type: Int32

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

See Also