API reference
API reference
Select your platform
No SDKs available
No versions available

OVRModeParms Class

Extends MonoBehaviour
Place this script on a GameObject to log when the application enters power saving mode.
This script can also simulate power saving mode with a gamepad or controller button press by forcing CPU level to power saving and the GPU level to sustained low. Refer to CPU/GPU Level documentation for more information. This is not intended to use with other scripts.

Fields

resetButton : OVRInput.RawButton
The OVRInput.RawButton that will trigger the power saving mode simulation.
You can change this to any other button.
Signature
OVRInput.RawButton resetButton