C# 클래스 Gvr.Internal.EmulatorManager

상속: MonoBehaviour
파일 보기 프로젝트 열기: malyalar/vr-volume-renderer 1 사용 예제들

공개 메소드들

메소드 설명
Awake ( ) : void
OnPhoneEvent ( PhoneEvent e ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

OnPhoneEvent() 공개 메소드

public OnPhoneEvent ( PhoneEvent e ) : void
e PhoneEvent
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void