UNPKG

@polygonjs/polygonjs

Version:

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

12 lines (11 loc) 292 B
export enum PolyEventName { POLY_PROGRESS = 'POLYProgress', // scene SCENE_CREATED = 'POLYSceneCreated', SCENE_READY = 'POLYSceneReady', SCENE_PLAY = 'POLYScenePlay', SCENE_PAUSE = 'POLYScenePause', // viewer VIEWER_MOUNTED = 'POLYViewerMounted', VIEWER_READY = 'POLYViewerReady', }