Function TileSet.autotileGetZIndex

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

long autotileGetZIndex (
  const(long) id,
  const(Vector2) coord
) nothrow @nogc;