更新d.ts

This commit is contained in:
2020-10-15 10:22:20 +08:00
parent 229d86e9e7
commit e50890d24b
874 changed files with 1099 additions and 932 deletions

View File

@@ -23,7 +23,7 @@ export declare class PreViewer {
get Width(): number;
get Height(): number;
get Scene(): Scene;
get Camera(): import("three").OrthographicCamera | import("three").PerspectiveCamera;
get Camera(): import("three").PerspectiveCamera | import("three").OrthographicCamera;
UpdateScreen(): void;
StartRender: () => void;
Render(): void;