API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceTiledWangColorData

@codexo/exojs-tiled / tiled / stable

One color (terrain) entry within a wangset's `colors` array. `tile` is the representative tile local id for this color (-1 if unset). `probability` is the relative spawn weight used by Tiled's random fill.

4
props
0
methods
0
events
Import
import { TiledWangColorData } from '@codexo/exojs-tiled'

One color (terrain) entry within a wangset's `colors` array.

`tile` is the representative tile local id for this color (-1 if unset). `probability` is the relative spawn weight used by Tiled's random fill.

Properties4
color: string
name: string
probability: number
tile: number
Source