API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceTiledWangSetData
@codexo/exojs-tiled / tiled / stable
A wangset entry within a tileset's `wangsets` array. `type` is `'corner'`, `'edge'`, or `'mixed'` (Tiled 1.5+). Older files may omit it or use other strings - treat unknown values as-is. `tile` is the representative tile local id for this wangset (-1 if unset).
6
props
0
methods
0
events
Import
import { TiledWangSetData } from '@codexo/exojs-tiled'A wangset entry within a tileset's `wangsets` array.
`type` is `'corner'`, `'edge'`, or `'mixed'` (Tiled 1.5+). Older files may omit it or use other strings - treat unknown values as-is.
`tile` is the representative tile local id for this wangset (-1 if unset).
Properties6
name: stringtile: numbertype: stringSource