Device State

To get the currently active device, use the below function.

int deviceID = JMRRigManager.Instance.getDeviceID();
// or cast into device type enum
JMRRigManager.DeviceType deviceType = (JMRRigManager.DeviceType) deviceID;

This returns an int which tells the device you are currently running on. It is mapped in an enum as follows.

DeviceTypeValueDevice Name

Editor

0

Unity Editor

JioHoloboard

1

JioPrism

JioGlass

2

JioGlass

JioCardboard

3

JioDive

JioDive Methods

MethodDescription

Checks if device is being used

JioGlass Methods

MethodDescription

Called when device proximity value changes

Controller Methods

Controller & Gamepad MethodDescription

Called when device is connected

Called when device is disconnected

Controller MethodDescription

Called when battery percentage updated

Returns battery percentage of controller

Last updated