webcad-ue4-api/types/Loader/ExrLoader.d.ts
2021-01-28 10:17:21 +08:00

3 lines
132 B
TypeScript

import { Texture } from "three";
export declare function LoadDefaultExr(): Promise<Texture>;
//# sourceMappingURL=ExrLoader.d.ts.map