C# 클래스 CardboardControlBox

상속: MonoBehaviour
파일 보기 프로젝트 열기: waltzaround/Cardboard-Asteroids 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OnTilt CardboardControlDelegate
tiltKey KeyCode,
useEventCooldowns bool
vibrateOnOrientationTilt bool

공개 메소드들

메소드 설명
IsTilted ( ) : bool
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
CheckOrientation ( ) : void
KeyFor ( string movement ) : bool
ReportTilt ( ) : void

메소드 상세

IsTilted() 공개 메소드

public IsTilted ( ) : bool
리턴 bool

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

OnTilt 공개적으로 프로퍼티

public CardboardControlDelegate OnTilt
리턴 CardboardControlDelegate

tiltKey 공개적으로 프로퍼티

public KeyCode, tiltKey
리턴 KeyCode,

useEventCooldowns 공개적으로 프로퍼티

public bool useEventCooldowns
리턴 bool

vibrateOnOrientationTilt 공개적으로 프로퍼티

public bool vibrateOnOrientationTilt
리턴 bool