Tile.this

this(short width, short height, short id, Vec2 position = Vec2())

Constructs a tile with the given size, id, and position.

this(short width, short height, short id, float x, float y)

Constructs a tile with the given size, id, and position components.