lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines • 328 B
JavaScript
import { timelineFramePtr } from "../pointers/timelineFramePtr";
import createInternalSystem from "./utils/createInternalSystem";
export const timelineFramePtrSystem = createInternalSystem("timelineFramePtrSystem", {
update: (self) => (timelineFramePtr[0] = self.frame)
});
//# sourceMappingURL=timelineFramePtrSystem.js.map