C# Class OVRVolumeControl

Inheritance: MonoBehaviour
Mostrar archivo Open project: leapmotion/ImageGrid Class Usage Examples

Public Methods

Method Description
UpdatePosition ( Transform cameraTransform ) : void

Updates the position of the volume popup.

Private Methods

Method Description
Start ( ) : void

Method Details

UpdatePosition() public method

Updates the position of the volume popup.
public UpdatePosition ( Transform cameraTransform ) : void
cameraTransform Transform
return void