threepipe
Version:
A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.
10 lines • 409 B
TypeScript
import { AViewerPluginSync, ThreeViewer } from '../../viewer';
export declare class ViewerUiConfigPlugin extends AViewerPluginSync<''> {
static readonly PluginType = "ViewerUiConfigPlugin";
enabled: boolean;
serializeWithViewer: boolean;
constructor();
onAdded(viewer: ThreeViewer): void;
protected _viewer: ThreeViewer | undefined;
}
//# sourceMappingURL=ViewerUiConfigPlugin.d.ts.map