C# Class OVRChromaticAberration

Inheritance: MonoBehaviour
Datei anzeigen Open project: leapmotion/ImageGrid

Public Properties

Property Type Description
toggleButton OVRGamepadController.Button

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

toggleButton public_oe property

The button that will toggle chromatic aberration correction.
public OVRGamepadController.Button toggleButton
return OVRGamepadController.Button