UNPKG

lingo3d

Version:

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

6 lines (5 loc) 448 B
import Appendable from "../display/core/Appendable"; export declare const loopSystem: { add: ((item: Appendable, initData?: void | Record<string, any> | undefined) => false | import("@lincode/promiselikes").Cancellable) | ((item: Appendable, initData?: void | Record<string, any> | undefined) => boolean); delete: ((item: Appendable) => false | import("@lincode/promiselikes").Cancellable | undefined) | ((item: Appendable) => boolean); };