Device State
To get the currently active device, use the below function.
This returns an int which tells the device you are currently running on. It is mapped in an enum as follows.
DeviceType | Value | Device Name |
---|---|---|
Editor | 0 | Unity Editor |
JioHoloboard | 1 | JioPrism |
JioGlass | 2 | JioGlass |
JioCardboard | 3 | JioDive |
JioDive Methods
Method | Description |
---|---|
Checks if device is being used |
JioGlass Methods
Method | Description |
---|---|
Called when device proximity value changes |
Controller Methods
Controller & Gamepad Method | Description |
---|---|
Called when device is connected | |
Called when device is disconnected |
Controller Method | Description |
---|---|
Called when battery percentage updated | |
Returns battery percentage of controller |
Last updated