On this page
Properties

Interface TilePlacement

interface TilePlacement {
    size: number;
    tile: Tile;
    xy: [number, number];
}
Index

Properties

Properties

size: number

Texture size in pixel

tile: Tile

The Tile

xy: [number, number]

The index along x and y axis

Was this helpful?
SDK JS
Modules
Reference
interfaces
TilePlacement