C# Class OVRResetOrientation

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

Public Properties

Property Type Description
resetButton OVRGamepadController.Button

Public Methods

Method Description
Update ( ) : void

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

Method Details

Update() public method

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

Property Details

resetButton public_oe property

The gamepad button that will reset VR input tracking.
public OVRGamepadController.Button resetButton
return OVRGamepadController.Button