UNPKG

playcanvas

Version:

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

9 lines (7 loc) 130 B
class AppOptions { constructor(){ this.componentSystems = []; this.resourceHandlers = []; } } export { AppOptions };