ecspresso
    Preparing search index...

    Resources provided by the 2D renderer plugin

    interface Renderer2DResourceTypes {
        bounds: BoundsRect;
        pixiApp: Application;
        rootContainer: Container;
    }
    Index

    Properties

    bounds: BoundsRect

    Screen bounds derived from PixiJS screen dimensions, updated on resize

    pixiApp: Application
    rootContainer: Container