Skip to content

TilemapObject.Gid Property

Definition

Namespace: Brine2D.Tilemap

For Tile objects: the GID of the tile from the map's tileset\(s\), with flip bits already stripped. Null for all other shape types.

C#
public System.Nullable<int> Gid { get; set; }

Property Value

System.Nullable<System.Int32>