更新api定义

This commit is contained in:
2020-12-08 17:45:14 +08:00
parent 6409870ca3
commit 3798c91908
251 changed files with 741 additions and 198 deletions

View File

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