activateKeys
: KeyCode[] |
The key to activate the headset movement emulation.
Signature
KeyCode [] activateKeys |
opMode
: OpMode |
The current scope of the headset movement.
By default, OVRHeadsetEmulator.opMode is set to EditorOnly, which make it effective only in the Unity Editor preview window. Set it to AlwaysOn to activate the function in standalone builds.
Signature
OpMode opMode |
pitchKeys
: KeyCode[] |
The key to adjust the pitch of the headset movement emulation.
Signature
KeyCode [] pitchKeys |
resetHmdPoseByMiddleMouseButton
: bool |
Whether to cancel all the modification to the headset pose when the middle button is pressed.
Signature
bool resetHmdPoseByMiddleMouseButton |
resetHmdPoseOnRelease
: bool |
Whether the headset pose should be restored when you press the activate key (e.g.
Ctrl).
Signature
bool resetHmdPoseOnRelease |
| Member |
|---|
Off |
EditorOnly |
AlwaysOn |