TileMap.isCellYFlipped

Returns true if the given cell is flipped in the Y axis.

struct TileMap
@nogc nothrow const
bool
isCellYFlipped
(
in long x
,
in long y
)

Meta