pixelperfectengine v0.10.0-beta.9 (2023-02-08T21:49:32Z)
Dub
Repo
TileInfo.Header
pixelperfectengine
map
tiledata
TileInfo
Header used for shared information.
class
TileInfo
public
struct
Header {
public
ubyte
tileWidth
;
public
ubyte
tileHeight
;
}
Members
Variables
tileHeight
ubyte
tileHeight
;
Height of each tile
tileWidth
ubyte
tileWidth
;
Width of each tile
Meta
Source
See Implementation
pixelperfectengine
map
tiledata
TileInfo
constructors
this
functions
serialize
static variables
IDENTIFIER_PNG
IDENTIFIER_TGA
structs
Header
IndexF
IndexM
variables
header
indexes
Header used for shared information.