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