UNPKG

iv-3d-lib

Version:

A reusable ThreeJS library providing features for Ivee 3D Editor.

19 lines 536 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AdditionalContent = void 0; const wgl_util_cfgs_1 = require("../wgl-util-cfgs"); class AdditionalContent { constructor() { this.css = new wgl_util_cfgs_1.CssCfg(); this.showFlag = true; this.content = ``; } hide() { this.showFlag = false; } show() { this.showFlag = true; } } exports.AdditionalContent = AdditionalContent; //# sourceMappingURL=additional-content.js.map