Click or drag to resize

GridMapInvalidCellItem Field

Invalid cell item that can be used in SetCellItem(Int32, Int32, Int32, Int32, Int32) to clear cells (or represent an empty cell in GetCellItem(Int32, Int32, Int32)).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public const int InvalidCellItem = -1

Field Value

Type: Int32
See Also