C# 클래스 TouchSerializer, Navi

파일 보기 프로젝트 열기: vmohan7/Navi 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fingerID int
phase int
position_x float
position_y float
tapCount int

공개 메소드들

메소드 설명
Fill ( Touch t ) : void

Convenience method to fill the data for the struct

비공개 메소드들

메소드 설명
IntLookup ( TouchPhase phase ) : int

Method to convert a touch phase into an int

메소드 상세

Fill() 공개 메소드

Convenience method to fill the data for the struct
public Fill ( Touch t ) : void
t Touch
리턴 void

프로퍼티 상세

fingerID 공개적으로 프로퍼티

public int fingerID
리턴 int

phase 공개적으로 프로퍼티

public int phase
리턴 int

position_x 공개적으로 프로퍼티

public float position_x
리턴 float

position_y 공개적으로 프로퍼티

public float position_y
리턴 float

tapCount 공개적으로 프로퍼티

public int tapCount
리턴 int