Interface WangSet

Wang set.

interface WangSet {
    class?: string;
    colors: WangColor[];
    name: string;
    tile: number;
    type: WangSetType;
    wangtiles: WangTile[];
}

Properties

class?: string

Optional class of the Wang set.

colors: WangColor[]

Array of Wang colors.

name: string

Name of the Wang set.

tile: number

Local ID of tile representing the Wang set.

The type of Wang set.

wangtiles: WangTile[]

Array of Wang tiles.

Generated using TypeDoc