UNPKG

@polygonjs/polygonjs

Version:

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

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