Class WangTile
- Namespace
- DotTiled
- Assembly
- DotTiled.dll
Represents a Wang tile in a Wang set.
public class WangTile
- Inheritance
-
WangTile
- Inherited Members
Properties
TileID
The tile ID associated with this Wang tile.
public required uint TileID { get; set; }
Property Value
WangID
The Wang ID of this Wang tile.
public required byte[] WangID { get; set; }
Property Value
- byte[]