webcad-ue4-api/types/GraphicsSystem/IView.d.ts

8 lines
180 B
TypeScript
Raw Normal View History

2024-10-29 17:14:43 +08:00
import { Camera, Scene } from "three";
export interface IViewer {
Camera: Camera;
Width: number;
Height: number;
Scene: Scene;
}
//# sourceMappingURL=IView.d.ts.map