Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration EVENTTYPE_CAMERA

Event types for all camera events The camera events are used to notify about camera changes, like start, move and end of camera movement. The events that are sent with the camera events are of type ICameraEvent. The EventResponseMapping can used to map the event type to the corresponding event interface.

Index

Enumeration Members

CAMERA_END: "camera.end"

The CAMERA_END-event is sent when the camera stops moving.

CAMERA_MOVE: "camera.move"

The CAMERA_MOVE-event is sent when the camera moves.

CAMERA_START: "camera.start"

The CAMERA_START-event is sent when the camera starts moving.