KeyCode | quitKey[Get] The key that quits the application. |
Texture | fadeInTexture[Get] An optional texture that appears before the menu fades in. |
float | Controls how quickly the player's speed and rotation change based on input. |
string | layerName[Get] We can set the layer to be anything we want to, this allows a specific camera to render it. |
KeyCode OVRSceneSampleController.quitKey |
---|
The key that quits the application. |
Texture OVRSceneSampleController.fadeInTexture |
---|
An optional texture that appears before the menu fades in. |
float OVRSceneSampleController.speedRotationIncrement |
---|
Controls how quickly the player's speed and rotation change based on input. |
string OVRSceneSampleController.layerName |
---|
We can set the layer to be anything we want to, this allows a specific camera to render it. |