C# Class OVRDebugGraph

Inheritance: MonoBehaviour
Show file 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 property

The current display mode.
public DebugPerfMode debugMode
return DebugPerfMode

toggleButton public property

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