Table of Contents

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

uint

WangID

The Wang ID of this Wang tile.

public required byte[] WangID { get; set; }

Property Value

byte[]