lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines • 338 B
JavaScript
import { event } from "@lincode/events";
import throttleFrameTrailing from "../throttle/utils/throttleFrameTrailing";
const [_emitSceneGraphChange, onSceneGraphChange] = event();
export { onSceneGraphChange };
export const emitSceneGraphChange = throttleFrameTrailing(_emitSceneGraphChange);
//# sourceMappingURL=onSceneGraphChange.js.map