UNPKG

lingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

7 lines 283 B
import { dtPtr } from "../pointers/dtPtr"; import createInternalSystem from "./utils/createInternalSystem"; export const loopSystem = createInternalSystem("loopSystem", { update: (self) => self.onLoop(dtPtr[0]), updateTicker: "loop" }); //# sourceMappingURL=loopSystem.js.map