UNPKG

lingo3d

Version:

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

13 lines (12 loc) 497 B
export declare const updateSystem: { add: ((item: { update: () => void; }, initData?: void | Record<string, any> | undefined) => false | import("@lincode/promiselikes").Cancellable) | ((item: { update: () => void; }, initData?: void | Record<string, any> | undefined) => boolean); delete: ((item: { update: () => void; }) => false | import("@lincode/promiselikes").Cancellable | undefined) | ((item: { update: () => void; }) => boolean); };