C# Class OVRModeParms

Inheritance: MonoBehaviour
Afficher le fichier Open project: leapmotion/ImageGrid

Méthodes publiques

Свойство Type Description
resetButton OVRGamepadController.Button

Méthodes publiques

Méthode Description
Start ( ) : void

Invoke power state mode test.

TestPowerStateMode ( ) : void

Check current power state mode.

Update ( ) : void

Change default vr mode parms dynamically.

Method Details

Start() public méthode

Invoke power state mode test.
public Start ( ) : void
Résultat void

TestPowerStateMode() public méthode

Check current power state mode.
public TestPowerStateMode ( ) : void
Résultat void

Update() public méthode

Change default vr mode parms dynamically.
public Update ( ) : void
Résultat void

Property Details

resetButton public_oe property

The gamepad button that will switch the application to CPU level 0 and GPU level 1.
public OVRGamepadController.Button resetButton
Résultat OVRGamepadController.Button