Type alias ILightEvent

ILightEvent: Omit<IObject3DEvent, "type"> & {
    light?: ILight | null;
    type: ILightEventTypes;
}

Type declaration

Generated using TypeDoc