Interface CameraManagerControllerAttachment

The CameraManagerControllerAttachment is the attachment of the CameraManagerInterfaceSignal.CameraControllerChanged signal sent by the CameraManagerInterface when the current controller of the CameraManagerInterface has changed.

This object stores information about the previous and the new camera controller.


Events

interface CameraManagerControllerAttachment {
    newCameraController: CameraControllerMode;
    oldCameraController: CameraControllerMode;
}

Properties

newCameraController: CameraControllerMode

The new camera controller inside the CameraManagerInterface.

oldCameraController: CameraControllerMode

The old camera controller inside the CameraManagerInterface.