enum MAGES::DeviceManagerModule::CameraMode

Overview

The camera mode of the application. More…

enum CameraMode
{
    UniversalXR,
    XREmulator,
    Mobile3D,
};

Detailed Documentation

The camera mode of the application.

Enum Values

UniversalXR

Uses Unity universal XR plugin.

XREmulator

Simulates XR with mouse and keyboard.

Mobile3D

Used for tablet/phone deployment.