UNPKG

@polygonjs/polygonjs

Version:

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

10 lines (9 loc) 299 B
export declare enum PolyEventName { POLY_PROGRESS = "POLYProgress", SCENE_CREATED = "POLYSceneCreated", SCENE_READY = "POLYSceneReady", SCENE_PLAY = "POLYScenePlay", SCENE_PAUSE = "POLYScenePause", VIEWER_MOUNTED = "POLYViewerMounted", VIEWER_READY = "POLYViewerReady" }