C# Class OVRMonoscopic

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Update ( ) : void

Check input and toggle monoscopic rendering mode if necessary See the input mapping setup in the Unity Integration guide

Method Details

Update() public méthode

Check input and toggle monoscopic rendering mode if necessary See the input mapping setup in the Unity Integration guide
public Update ( ) : void
Résultat void

Property Details

toggleButton public_oe property

The gamepad button that will toggle monoscopic rendering.
public OVRGamepadController.Button toggleButton
Résultat OVRGamepadController.Button