C# 클래스 PerCGesture, Mathius_DOE

상속: MonoBehaviour
파일 보기 프로젝트 열기: RandomNPC/Mathius_DOE 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PG PerCGesture,

공개 메소드들

메소드 설명
circled ( ) : bool
getHandLocation ( ) : float[]
getResolution ( ) : int[]
getResolution ( bool &success ) : int[]
restart ( ) : void
swipedDown ( ) : bool
swipedLeft ( ) : bool
swipedRight ( ) : bool
swipedUp ( ) : bool
thumbedDown ( ) : bool
thumbedUp ( ) : bool

비공개 메소드들

메소드 설명
OnDisable ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

circled() 공개 메소드

public circled ( ) : bool
리턴 bool

getHandLocation() 공개 메소드

public getHandLocation ( ) : float[]
리턴 float[]

getResolution() 공개 메소드

public getResolution ( ) : int[]
리턴 int[]

getResolution() 공개 메소드

public getResolution ( bool &success ) : int[]
success bool
리턴 int[]

restart() 공개 메소드

public restart ( ) : void
리턴 void

swipedDown() 공개 메소드

public swipedDown ( ) : bool
리턴 bool

swipedLeft() 공개 메소드

public swipedLeft ( ) : bool
리턴 bool

swipedRight() 공개 메소드

public swipedRight ( ) : bool
리턴 bool

swipedUp() 공개 메소드

public swipedUp ( ) : bool
리턴 bool

thumbedDown() 공개 메소드

public thumbedDown ( ) : bool
리턴 bool

thumbedUp() 공개 메소드

public thumbedUp ( ) : bool
리턴 bool

프로퍼티 상세

PG 공개적으로 정적으로 프로퍼티

public static PerCGesture, PG
리턴 PerCGesture,