MappingElement

Universal Mapping element, that is stored on 32 bit.

Constructors

this
this(wchar tileID, BitmapAttrib attributes, ubyte paletteSel)

Default constructor

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

attributes
BitmapAttrib attributes;

General attributes, such as vertical and horizontal mirroring. The extra 6 bits can be used for various purposes

paletteSel
ubyte paletteSel;

Selects the palette for the bitmap if supported

tileID
wchar tileID;

Determines which tile is being used for the given instance

Meta