C# Class OVRResetOrientation

Allows you to reset VR input tracking with a gamepad button press.
Inheritance: MonoBehaviour
Afficher le fichier Open project: leapmotion/ImageGrid

Méthodes publiques

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

Méthodes publiques

Méthode Description
Update ( ) : void

Check input and reset orientation if necessary See the input mapping setup in the Unity Integration guide

Method Details

Update() public méthode

Check input and reset orientation if necessary See the input mapping setup in the Unity Integration guide
public Update ( ) : void
Résultat void

Property Details

resetButton public_oe property

The gamepad button that will reset VR input tracking.
public OVRGamepadController.Button resetButton
Résultat OVRGamepadController.Button