UNPKG

polygonjs-engine

Version:

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

10 lines (9 loc) 199 B
import {TypedContainer} from "./_Base"; export class RopContainer extends TypedContainer { set_content(content) { super.set_content(content); } renderer() { return this._content; } }