TileRegion

A region corrsponding to a file in the tileset

Members

Variables

file
string file;

The origin file

height
int height;

Height of tile region

width
int width;

Width of tile region

x
int x;

Where the tile region starts

y
int y;

Where the tile region starts

Meta