lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines (5 loc) • 442 B
TypeScript
import SkyLight from "../display/lights/SkyLight";
export declare const skyLightSystem: {
add: ((item: SkyLight, initData?: void | Record<string, any> | undefined) => false | import("@lincode/promiselikes").Cancellable) | ((item: SkyLight, initData?: void | Record<string, any> | undefined) => boolean);
delete: ((item: SkyLight) => false | import("@lincode/promiselikes").Cancellable | undefined) | ((item: SkyLight) => boolean);
};