interface ILoadTask {
    ext: string;
    loader: Loader;
    obsoluteInst: Resource;
    options: Readonly<ILoadOptions>;
    progress: IBatchProgress;
    type: string;
    url: string;
    uuid: string;
}

属性

ext: string
loader: Loader
obsoluteInst: Resource
options: Readonly<ILoadOptions>
progress: IBatchProgress
type: string
url: string
uuid: string