C# Class MouseTouchControl, RPGQuest

显示文件 Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

Property Type Description
clickCount int
mode MouseTouch,
mouseClick int
touchCount int
useClick bool
useTouch bool

Public Methods

Method Description
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

Private Methods

Method Description
CheckTouchBegan ( ) : bool
CheckTouchEnded ( ) : bool
CheckTouchMoved ( ) : bool
Ended ( Vector3 &point ) : bool
Moved ( Vector3 &point ) : bool
Started ( Vector3 &point ) : bool

Method Details

Active() public method

public Active ( ) : bool
return bool

GetData() public method

public GetData ( Hashtable ht ) : Hashtable
ht Hashtable
return Hashtable

GetLastChange() public method

public GetLastChange ( ) : Vector3
return Vector3

Interacted() public method

public Interacted ( Vector3 &point ) : bool
point Vector3
return bool

MouseTouchControl() public method

public MouseTouchControl ( ) : System.Collections
return System.Collections

MouseTouchControl() public method

public MouseTouchControl ( bool active ) : System.Collections
active bool
return System.Collections

MouseTouchControl() public method

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

SetData() public method

public SetData ( Hashtable ht ) : void
ht Hashtable
return void

Property Details

clickCount public_oe property

public int clickCount
return int

mode public_oe property

public MouseTouch, mode
return MouseTouch,

mouseClick public_oe property

public int mouseClick
return int

touchCount public_oe property

public int touchCount
return int

useClick public_oe property

public bool useClick
return bool

useTouch public_oe property

public bool useTouch
return bool