Interface StartupSystemOptions

Options for the startup system.

PIXI

interface StartupSystemOptions {
    hello: boolean;
}

Hierarchy (View Summary)

Properties

Properties

hello: boolean

Whether to log the version and type information of renderer to console.

PIXI.IRendererOptions