enum CameraControlMode
(Niantic.Experimental.Lightship.AR.WPS.WPSCameraHelper.CameraControlMode)
Overview
The CameraControlMode represents the adjustment to be applied to the AR camera before rendering
enum CameraControlMode {
Default = 0,
HeadsDown = 1,
};
Detailed Documentation
The CameraControlMode represents the adjustment to be applied to the AR camera before rendering
Default leaves the camera position unchanged so that it matched the device trackign position
HeadsDown adjusts the camera view so that a downwards 45 degree tilt results in a horizontal view being rendered. This allows the user to hold the device in a more comfortable position during extended gameplay.