C# Class OVRMonoscopic

Inheritance: MonoBehaviour
Mostrar archivo Open project: leapmotion/ImageGrid

Public Properties

Property Type Description
toggleButton OVRGamepadController.Button

Public Methods

Method 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 method

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

Property Details

toggleButton public_oe property

The gamepad button that will toggle monoscopic rendering.
public OVRGamepadController.Button toggleButton
return OVRGamepadController.Button