C# 클래스 FrameSynthesis.VR.RiftGesture

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: KatsuomiK/RiftGesture

공개 프로퍼티들

프로퍼티 타입 설명
sensor int

공개 메소드들

메소드 설명
DetectHeadshake ( ) : void
DetectNod ( ) : void
GetGraphEntries ( float &timestamps, Quaternion &orientations ) : void
RiftGesture ( ) : System
Update ( ) : void

비공개 메소드들

메소드 설명
Range ( float startTime, float endTime ) : IEnumerable

메소드 상세

DetectHeadshake() 공개 메소드

public DetectHeadshake ( ) : void
리턴 void

DetectNod() 공개 메소드

public DetectNod ( ) : void
리턴 void

GetGraphEntries() 공개 메소드

public GetGraphEntries ( float &timestamps, Quaternion &orientations ) : void
timestamps float
orientations UnityEngine.Quaternion
리턴 void

RiftGesture() 공개 메소드

public RiftGesture ( ) : System
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

sensor 공개적으로 프로퍼티

public int sensor
리턴 int