API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceTileTransform
Describes the orientation of a placed tile independent of source-format flip-bit encodings. The eight legal combinations map to the eight distinct 90°-rotation-and-flip states of a rectangular texture quad. Applying the transform at geometry-build time (reordering UV corners) avoids per-tile runtime cost and per-frame matrix allocation.
import { TileTransform } from '@codexo/exojs-tilemap'Describes the orientation of a placed tile independent of source-format flip-bit encodings. The eight legal combinations map to the eight distinct 90°-rotation-and-flip states of a rectangular texture quad.
Applying the transform at geometry-build time (reordering UV corners) avoids per-tile runtime cost and per-frame matrix allocation.
diagonal: booleanflipX: booleanflipY: boolean