UNPKG

@phaserjs/phaser

Version:
19 lines (18 loc) 686 B
import { SceneAfterUpdateEvent } from "./SceneAfterUpdateEvent"; import { SceneBeforeUpdateEvent } from "./SceneBeforeUpdateEvent"; import { SceneDestroyEvent } from "./SceneDestroyEvent"; import { ScenePostRenderGLEvent } from "./ScenePostRenderGLEvent"; import { ScenePreRenderEvent } from "./ScenePreRenderEvent"; import { SceneRenderGLEvent } from "./SceneRenderGLEvent"; import { SceneShutdownEvent } from "./SceneShutdownEvent"; import { SceneUpdateEvent } from "./SceneUpdateEvent"; export { SceneAfterUpdateEvent, SceneBeforeUpdateEvent, SceneDestroyEvent, ScenePostRenderGLEvent, ScenePreRenderEvent, SceneRenderGLEvent, SceneShutdownEvent, SceneUpdateEvent };