lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines • 364 B
JavaScript
import { emitSceneGraphChange } from "../../events/onSceneGraphChange";
import createInternalSystem from "../utils/createInternalSystem";
export const emitSceneGraphChangeSystem = createInternalSystem("emitSceneGraphChangeSystem", {
effect: (self) => !self.$disableSceneGraph && emitSceneGraphChange()
});
//# sourceMappingURL=emitSceneGraphChangeSystem.js.map