UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

11 lines (9 loc) 131 B
class NumericIds { get() { return this._counter++; } constructor(){ this._counter = 0; } } export { NumericIds };