Function TileSet.tileSetRegion

Sets the tile's sub-region in the texture. This is common in texture atlases.

void tileSetRegion (
  const(long) id,
  const(Rect2) region
) nothrow @nogc;