Class TileObject
- Namespace
- DotTiled
- Assembly
- DotTiled.dll
A tile object in a map.
public class TileObject : Object, IHasProperties
- Inheritance
-
TileObject
- Implements
- Inherited Members
Properties
FlippingFlags
The flipping flags for the tile.
public FlippingFlags FlippingFlags { get; set; }
Property Value
GID
A reference to a tile.
public uint GID { get; set; }