Creates a display wrapper with default resolution and renderer settings.
Destroys the renderer and recreates the DOM canvas element.
Nothing.
Returns the configured display background color.
The background color string.
Returns the top-most clip under the specified cursor position.
Cursor X coordinate in canvas space.
Cursor Y coordinate in canvas space.
The matching clip ID, or null if no clip is hit.
Returns the current display height.
The display height in pixels.
Returns the current display resolution.
The [width, height] tuple in pixels.
Returns the renderer canvas element.
The canvas element, if the renderer is initialized.
Returns the current display width.
The display width in pixels.
Initializes the PIXI renderer and applies the requested display configuration.
Display initialization options, including the target canvas element.
Nothing.
Serializes the current display state.
The serialized display payload.
Updates the display background color.
New CSS color or gradient string.
Nothing.
Resizes the display and notifies dependent subsystems.
New display width, in pixels.
New display height, in pixels.
Nothing.
StaticdeserializeRestores a display instance from serialized data while preserving the current canvas and antialias configuration.
Serialized display payload.
The deserialized display instance.
Manages the project canvas, renderer sizing, background rendering, and display hit-testing.