C# Class Gvr.Internal.EmulatorManager

Inheritance: MonoBehaviour
Show file Open project: malyalar/vr-volume-renderer Class Usage Examples

Public Methods

Method Description
Awake ( ) : void
OnPhoneEvent ( PhoneEvent e ) : void
Start ( ) : void

Private Methods

Method Description
EndOfFrame ( ) : IEnumerator
ProcessEventAtEndOfFrame ( PhoneEvent e ) : void
onAccelEvent ( Gvr.Internal.EmulatorAccelEvent e ) : void
onButtonEvent ( Gvr.Internal.EmulatorButtonEvent e ) : void
onGyroEvent ( Gvr.Internal.EmulatorGyroEvent e ) : void
onOrientationEvent ( Gvr.Internal.EmulatorOrientationEvent e ) : void
onTouchEvent ( Gvr.Internal.EmulatorTouchEvent e ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnPhoneEvent() public method

public OnPhoneEvent ( PhoneEvent e ) : void
e PhoneEvent
return void

Start() public method

public Start ( ) : void
return void