OpenFairyGUI API
    Preparing search index...

    Interface PruneOptions

    interface PruneOptions {
        emptyComponents?: boolean;
        unusedResources?: boolean;
    }
    Index
    emptyComponents?: boolean

    Remove components with no children. Default: false.

    unusedResources?: boolean

    Remove unreferenced resources (images, sounds, fonts, movieclips not used in any component). Default: true.