Interface SceneOptions

interface SceneOptions {
    autoSort?: boolean;
    debug?: boolean;
    label?: string;
    nodeMaxEntries?: number;
    showFPS?: string | boolean;
    visible?: boolean;
}

Properties

autoSort?: boolean

enables zIndex (per-y) sort of sprites

debug?: boolean

set to true to enable debug bounding boxes

label?: string

set name

nodeMaxEntries?: number

max size of group in collision tree

showFPS?: string | boolean

set to true to show pixi-stats set to string to show and set style set body font to set font of pixi-stats

visible?: boolean

show scene after creation