C# Class OVRDebugGraph

Inheritance: MonoBehaviour
Exibir arquivo Open project: leapmotion/ImageGrid

Public Properties

Property Type Description
debugMode DebugPerfMode
toggleButton OVRGamepadController.Button

Public Methods

Method Description
Start ( ) : void

Initialize the debug mode

Update ( ) : void

Check input and toggle the debug graph. See the input mapping setup in the Unity Integration guide.

Method Details

Start() public method

Initialize the debug mode
public Start ( ) : void
return void

Update() public method

Check input and toggle the debug graph. See the input mapping setup in the Unity Integration guide.
public Update ( ) : void
return void

Property Details

debugMode public_oe property

The current display mode.
public DebugPerfMode debugMode
return DebugPerfMode

toggleButton public_oe property

The gamepad button that will toggle the display mode.
public OVRGamepadController.Button toggleButton
return OVRGamepadController.Button