UNPKG

threepipe

Version:

A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.

11 lines 443 B
import { AViewerPluginSync, ThreeViewer } from '../../viewer'; import { RootScene } from '../../core'; export declare class SceneUiConfigPlugin extends AViewerPluginSync<''> { static readonly PluginType = "SceneUiConfigPlugin"; enabled: boolean; serializeWithViewer: boolean; constructor(); onAdded(viewer: ThreeViewer): void; protected _scene: RootScene | undefined; } //# sourceMappingURL=SceneUiConfigPlugin.d.ts.map