mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-29 11:12:23 +08:00
Merge pull request #7857 from webbiesdk/threeAddDefaultLoadingManager
Three.js: Added the DefaultLoadingManager to the declaration file.
This commit is contained in:
Vendored
+2
@@ -2009,6 +2009,8 @@ declare module THREE {
|
||||
itemError(url: string): void;
|
||||
}
|
||||
|
||||
export var DefaultLoadingManager: LoadingManager;
|
||||
|
||||
export class MaterialLoader {
|
||||
constructor(manager?: LoadingManager);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user