UNPKG

lingo3d

Version:

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

6 lines (5 loc) 284 B
import PointLightBase from "../display/core/PointLightBase"; export declare const addUpdateShadowSystem: (item: PointLightBase<any>, data: { count: number | undefined; shadowMode: boolean | "physics"; }) => void, deleteUpdateShadowSystem: (item: PointLightBase<any>) => void;