Signal sent by the CameraManagerInterface when a camera animation is over.
No attachment for events of this type.
Signal sent by the CameraManagerInterface when a camera animation is started.
The attachment for events of this type is a number, the duration in milliseconds of the animation.
Signal sent by the CameraManagerInterface when the computation of the camera has ended (sent even if the position has not changed).
No attachment for events of this type.
Signal sent by the CameraManagerInterface when the current camera controller is changed.
The attachment for events of this type is a CameraManagerControllerAttachment, telling the old and new controller mode.
Signal sent by the CameraManagerInterface when the camera orientation is changed.
No attachment for events of this type.
Signal sent by the CameraManagerInterface when the field of view has changed or the type of the camera has changed (perspective, orthographic).
No attachment for events of this type.
Signal sent by the CameraManagerInterface when the camera location (position) is changed.
No attachment for events of this type.
Signal sent by the CameraManagerInterface when CameraManagerInterface.setFrameReference has been called.
No attachment for events of this type.
The CameraManagerInterfaceSignal list all the signals that may be sent by the CameraManagerInterface.
These signals are emitted by the CameraManagerInterface when the camera is modified or an animation is triggered.
8 types of signals are emitted :
If a move changes the location and the position of the camera then the CameraFrameChanged signal is always sent prior to the CameraLocationChanged. These signals are not sent when the user presses the mouse, but only once per rendered frame when the user inputs are processed. Awaiting these signals is not a reliable way to detect user inputs as they are emitted. User inputs are processed once per frame, in batch.
Please refer to the CameraManagerInterface for more information.
See
CameraManagerInterface