UNPKG

polygonjs-engine

Version:

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

9 lines (8 loc) 122 B
export class CoreEntity { constructor(_index) { this._index = _index; } index() { return this._index; } }