C# Class OVRDebugGraph

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

Méthodes publiques

Свойство Type Description
debugMode DebugPerfMode
toggleButton OVRGamepadController.Button

Méthodes publiques

Méthode 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 méthode

Initialize the debug mode
public Start ( ) : void
Résultat void

Update() public méthode

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

Property Details

debugMode public_oe property

The current display mode.
public DebugPerfMode debugMode
Résultat DebugPerfMode

toggleButton public_oe property

The gamepad button that will toggle the display mode.
public OVRGamepadController.Button toggleButton
Résultat OVRGamepadController.Button