Type alias ICameraEvent

ICameraEvent: Omit<IObject3DEvent, "type"> & {
    camera?: ICamera | null;
    type: ICameraEventTypes;
}

Type declaration

Generated using TypeDoc