Tileset

A tileset

Members

Functions

scrubRegions
void scrubRegions()

Scrub the region of contents

Variables

data
ubyte[] data;

8-bit RGBA color data

height
uint height;

Height of tileset texture

info
TileInfo[] info;

Tile information

regions
TileRegion[] regions;

Loaded tile regions

width
uint width;

Width of tileset texture

Meta