Interface ResizePluginOptions

interface ResizePluginOptions {
    resizeTo?: HTMLElement | Window;
}

Properties

Properties

resizeTo?: HTMLElement | Window

Element to automatically resize stage to.

Memberof

PIXI.IApplicationOptions

Generated using TypeDoc