ThreePipe
    Preparing search index...

    Interface SerializationMetaType

    interface SerializationMetaType {
        __isLoadedResources?: boolean;
        _context: {
            assetImporter?: AssetImporter;
            assetManager?: AssetManager;
            imagePromises?: Promise<any>[];
            materialManager?: MaterialManager<object>;
            objectLoader?: ObjectLoader;
            renderManager?: RenderManager<IRenderManagerEventMap>;
            [key: string]: any;
        };
        animations: Record<string, any>;
        extras: Record<string, any>;
        geometries: Record<string, any>;
        images: Record<string, any>;
        materials: Record<string, any>;
        object?: any;
        shapes: Record<string, any>;
        skeletons: Record<string, any>;
        textures: Record<string, any>;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    __isLoadedResources?: boolean
    _context: {
        assetImporter?: AssetImporter;
        assetManager?: AssetManager;
        imagePromises?: Promise<any>[];
        materialManager?: MaterialManager<object>;
        objectLoader?: ObjectLoader;
        renderManager?: RenderManager<IRenderManagerEventMap>;
        [key: string]: any;
    }
    animations: Record<string, any>
    extras: Record<string, any>
    geometries: Record<string, any>
    images: Record<string, any>
    materials: Record<string, any>
    object?: any
    shapes: Record<string, any>
    skeletons: Record<string, any>
    textures: Record<string, any>