UNPKG

threepipe

Version:

A modern 3D viewer framework built on top of three.js, written in TypeScript, designed to make creating high-quality, modular, and extensible 3D experiences on the web simple and enjoyable.

11 lines 439 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