Function TileMap.isCellYFlipped
Returns true
if the given cell is flipped in the Y axis.
bool isCellYFlipped
(
const(long) x,
const(long) y
) nothrow @nogc const;
Returns true
if the given cell is flipped in the Y axis.
bool isCellYFlipped
(
const(long) x,
const(long) y
) nothrow @nogc const;