UNPKG

lingo3d

Version:

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

6 lines 298 B
import createInternalSystem from "../utils/createInternalSystem"; export const clearBooleanPtrEffectSystem = createInternalSystem("clearBooleanPtrAfterRenderSystem", { effect: (ptr) => (ptr[0] = false), effectTicker: "afterRender" }); //# sourceMappingURL=clearBooleanPtrEffectSystem.js.map