ThreePipe
    Preparing search index...

    Variable iLightCommonsConst

    iLightCommons: {
        refreshUi: (this: IObject3D) => void;
        setDirty: (
            this: ILight,
            options?: IObjectSetDirtyOptions,
            ...args: any[],
        ) => void;
        upgradeLight: (
            this: ILight,
            parent?: ILight<
                undefined
                | LightShadow<Camera<Object3DEventMap>>,
                IObject3DEventMap,
            >,
            objectProcessor?: IObjectProcessor,
        ) => void;
    } = ...

    Type declaration