Interface ModelChunksManifestParams

interface ModelChunksManifestParams {
    dataModelFiles?: string[];
    sceneModelFiles: string[];
    sceneModelMIMEType: string;
}

Properties

dataModelFiles?: string[]
sceneModelFiles: string[]
sceneModelMIMEType: string