UNPKG

polygonjs-engine

Version:

node-based webgl 3D engine https://polygonjs.com

9 lines (8 loc) 123 B
export class JsVariableConfig { constructor(_name) { this._name = _name; } name() { return this._name; } }