Function TileSet.autotileSetZIndex

Sets the drawing index of the subtile from an atlas/autotile given its coordinates.

void autotileSetZIndex (
  const(long) id,
  const(Vector2) coord,
  const(long) z_index
) nothrow @nogc;