Variable iLightCommonsConst

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

Type declaration