C# 클래스 Cascade.TouchPoint

파일 보기 프로젝트 열기: RIT-Tool-Time/Cascade 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Id int
Position Vector2
State TouchState
Timer int

공개 메소드들

메소드 설명
SetArgs ( TouchEventArgs e ) : void
TouchPoint ( ) : System
TouchPoint ( TouchEventArgs e ) : System
Update ( ) : void

메소드 상세

SetArgs() 공개 메소드

public SetArgs ( TouchEventArgs e ) : void
e Windows7.Multitouch.TouchEventArgs
리턴 void

TouchPoint() 공개 메소드

public TouchPoint ( ) : System
리턴 System

TouchPoint() 공개 메소드

public TouchPoint ( TouchEventArgs e ) : System
e Windows7.Multitouch.TouchEventArgs
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Id 공개적으로 프로퍼티

public int Id
리턴 int

Position 공개적으로 프로퍼티

public Vector2 Position
리턴 Vector2

State 공개적으로 프로퍼티

public TouchState State
리턴 TouchState

Timer 공개적으로 프로퍼티

public int Timer
리턴 int