Click or drag to resize

GridMapGetUsedCells Method

Returns an array of Vector3 with the non-empty cell coordinates in the grid map.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Array GetUsedCells()

Return Value

Type: Array

[Missing <returns> documentation for "M:Godot.GridMap.GetUsedCells"]

See Also