[][src]Function rs_tiled_json::gid_flipped_diagonally

pub fn gid_flipped_diagonally(gid: u32) -> bool

The gid in tile layer data tells us if the tile at a location is flipped over the diagonal x=y axis. This function takes that information and determines that for you by returning a boolean.