C# 클래스 MouseTouchControl, RPGQuest

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

공개 프로퍼티들

프로퍼티 타입 설명
clickCount int
mode MouseTouch,
mouseClick int
touchCount int
useClick bool
useTouch bool

공개 메소드들

메소드 설명
Active ( ) : bool
GetData ( Hashtable ht ) : Hashtable
GetLastChange ( ) : Vector3
Interacted ( Vector3 &point ) : bool
MouseTouchControl ( ) : System.Collections
MouseTouchControl ( bool active ) : System.Collections
MouseTouchControl ( bool uc, int mc, bool ut, int tc, int cc ) : System.Collections
SetData ( Hashtable ht ) : void

비공개 메소드들

메소드 설명
CheckTouchBegan ( ) : bool
CheckTouchEnded ( ) : bool
CheckTouchMoved ( ) : bool
Ended ( Vector3 &point ) : bool
Moved ( Vector3 &point ) : bool
Started ( Vector3 &point ) : bool

메소드 상세

Active() 공개 메소드

public Active ( ) : bool
리턴 bool

GetData() 공개 메소드

public GetData ( Hashtable ht ) : Hashtable
ht Hashtable
리턴 Hashtable

GetLastChange() 공개 메소드

public GetLastChange ( ) : Vector3
리턴 Vector3

Interacted() 공개 메소드

public Interacted ( Vector3 &point ) : bool
point Vector3
리턴 bool

MouseTouchControl() 공개 메소드

public MouseTouchControl ( ) : System.Collections
리턴 System.Collections

MouseTouchControl() 공개 메소드

public MouseTouchControl ( bool active ) : System.Collections
active bool
리턴 System.Collections

MouseTouchControl() 공개 메소드

public MouseTouchControl ( bool uc, int mc, bool ut, int tc, int cc ) : System.Collections
uc bool
mc int
ut bool
tc int
cc int
리턴 System.Collections

SetData() 공개 메소드

public SetData ( Hashtable ht ) : void
ht Hashtable
리턴 void

프로퍼티 상세

clickCount 공개적으로 프로퍼티

public int clickCount
리턴 int

mode 공개적으로 프로퍼티

public MouseTouch, mode
리턴 MouseTouch,

mouseClick 공개적으로 프로퍼티

public int mouseClick
리턴 int

touchCount 공개적으로 프로퍼티

public int touchCount
리턴 int

useClick 공개적으로 프로퍼티

public bool useClick
리턴 bool

useTouch 공개적으로 프로퍼티

public bool useTouch
리턴 bool