OptionalappOptionalcameraAutomatically apply cameraState resource to rootContainer each frame. Requires the camera plugin to be installed. (default: false)
OptionalcontainerContainer element to append the canvas to, or CSS selector string
PixiJS ApplicationOptions - plugin will create and initialize the Application
OptionalrenderOrdered render layer names (back-to-front). Entities with a renderLayer component are placed in the corresponding container.
OptionalrenderPriority for render sync system (default: 500)
OptionalrootOptional custom root container (defaults to app.stage)
OptionalscreenEnforce a logical design resolution with automatic aspect-ratio-aware scaling. When set, systems work in design-resolution coordinate space.
OptionalstartWhen true, wires up pixiApp.ticker to drive ecs.update() automatically (default: true)
OptionalsystemSystem group name (default: 'renderer2d')
OptionaltransformOptions for the included transform plugin
Options when letting the plugin create and manage the PixiJS Application