@spearwolf/twopoint5d
Version:
a library to create 2.5d realtime graphics and pixelart with three.js
8 lines • 370 B
JavaScript
export const StageAdded = 'stageAdded';
export const StageRemoved = 'stageRemoved';
export const StageResize = 'stageResize';
export const StageRenderFrame = 'stageRenderFrame';
export const StageAfterCameraChanged = 'stageAfterCameraChanged';
export const RemoveFromParent = 'removeFromParent';
export const FirstFrame = 'firstFrame';
//# sourceMappingURL=events.js.map