pixi.js
    Preparing search index...

    Interface ViewSystemDestroyOptionsAdvanced

    Options for destroying the ViewSystem.

    interface ViewSystemDestroyOptions {
        removeView?: boolean;
    }
    Index

    Properties

    Properties

    removeView?: boolean

    Whether to remove the view element from the DOM. Defaults to false.