pixi.js
    Preparing search index...

    Type Alias DestroyOptions

    Options for destroying a container and its resources. Combines all destroy options into a single configuration object.

    // Destroy the container and all its children, including textures and styles
    container.destroy({
    children: true,
    texture: true,
    textureSource: true,
    context: true,
    style: true
    });