TmxWangSetTile

format.tmx.TmxWangSetTile (Class)

Defines a Wang tile, by referring to a tile in the tileset and associating it with a certain Wang ID.

Instance Members

tileID: Int

The tile ID.


wangID: Int

The Wang ID, which is a 32-bit unsigned integer stored in the format 0xCECECECE (where each C is a corner color and each E is an edge color, from right to left clockwise, starting with the top edge)


new(tileID: Int, wangID: Int): Void
Name Type Description
tileID Int The tile ID.
wangID Int * The Wang ID, which is a 32-bit unsigned integer stored in the format 0xCECECECE (where each C is a corner color and each E is an edge color, from right to left clockwise, starting with the top edge)

Metadata

Name Parameters
:structInit -