API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceTiledWangTileData
@codexo/exojs-tiled / tiled / stable
One wang-tile entry within a wangset's `wangtiles` array. `tileid` is the local tile id within the owning tileset. `wangid` is an 8-element array of color indices (1-based; 0 = unset) whose positions correspond to (in order): top, top-right, right, bottom-right, bottom, bottom-left, left, top-left.
2
props
0
methods
0
events
Import
import { TiledWangTileData } from '@codexo/exojs-tiled'One wang-tile entry within a wangset's `wangtiles` array.
`tileid` is the local tile id within the owning tileset.
`wangid` is an 8-element array of color indices (1-based; 0 = unset) whose positions correspond to (in order): top, top-right, right, bottom-right, bottom, bottom-left, left, top-left.
Properties2
tileid: numberwangid: readonly number[]Source