lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
10 lines (9 loc) • 495 B
TypeScript
import SpotLight from "../display/lights/SpotLight";
export declare const spotLightShadowResolutionSystem: {
add: ((item: SpotLight, initData?: {
step: number | undefined;
} | undefined) => false | import("@lincode/promiselikes").Cancellable) | ((item: SpotLight, initData?: {
step: number | undefined;
} | undefined) => boolean);
delete: ((item: SpotLight) => false | import("@lincode/promiselikes").Cancellable | undefined) | ((item: SpotLight) => boolean);
};