C# Class OVRModeParms

Inheritance: MonoBehaviour
ファイルを表示 Open project: leapmotion/ImageGrid

Public Properties

Property Type Description
resetButton OVRGamepadController.Button

Public Methods

Method 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 method

Invoke power state mode test.
public Start ( ) : void
return void

TestPowerStateMode() public method

Check current power state mode.
public TestPowerStateMode ( ) : void
return void

Update() public method

Change default vr mode parms dynamically.
public Update ( ) : void
return 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
return OVRGamepadController.Button