UNPKG

lingo3d

Version:

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

9 lines 353 B
import { gyrateInertiaSystem } from "../gyrateInertiaSystem"; import createInternalSystem from "../utils/createInternalSystem"; export const gyrateResetSystem = createInternalSystem("gyrateResetSystem", { effect: (self) => { self.gyrate(0, 0); gyrateInertiaSystem.delete(self); } }); //# sourceMappingURL=gyrateResetSystem.js.map