ThreePipe
    Preparing search index...

    Interface SerializationResourcesType

    interface SerializationResourcesType {
        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

    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>