lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines • 305 B
JavaScript
import { positionChanged } from "../memo/positionChanged";
import createInternalSystem from "./utils/createInternalSystem";
export const onMoveSystem = createInternalSystem("onMoveSystem", {
update: (self) => positionChanged(self.object3d) && self.onMove()
});
//# sourceMappingURL=onMoveSystem.js.map