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 full)

Indexable

[key: string]: any

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>

Generated using TypeDoc