UNPKG

lingo3d

Version:

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

5 lines (4 loc) 456 B
export declare const clearBooleanPtrEffectSystem: { add: ((item: boolean[] | [boolean], initData?: void | Record<string, any> | undefined) => false | import("@lincode/promiselikes").Cancellable) | ((item: boolean[] | [boolean], initData?: void | Record<string, any> | undefined) => boolean); delete: ((item: boolean[] | [boolean]) => false | import("@lincode/promiselikes").Cancellable | undefined) | ((item: boolean[] | [boolean]) => boolean); };