C# Class MouseTouchControl, RPGQuest

Afficher le fichier Open project: hughrogers/RPGQuest Class Usage Examples

Méthodes publiques

Свойство Type Description
clickCount int
mode MouseTouch,
mouseClick int
touchCount int
useClick bool
useTouch bool

Méthodes publiques

Méthode 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

Méthode Description
CheckTouchBegan ( ) : bool
CheckTouchEnded ( ) : bool
CheckTouchMoved ( ) : bool
Ended ( Vector3 &point ) : bool
Moved ( Vector3 &point ) : bool
Started ( Vector3 &point ) : bool

Method Details

Active() public méthode

public Active ( ) : bool
Résultat bool

GetData() public méthode

public GetData ( Hashtable ht ) : Hashtable
ht Hashtable
Résultat Hashtable

GetLastChange() public méthode

public GetLastChange ( ) : Vector3
Résultat Vector3

Interacted() public méthode

public Interacted ( Vector3 &point ) : bool
point Vector3
Résultat bool

MouseTouchControl() public méthode

public MouseTouchControl ( ) : System.Collections
Résultat System.Collections

MouseTouchControl() public méthode

public MouseTouchControl ( bool active ) : System.Collections
active bool
Résultat System.Collections

MouseTouchControl() public méthode

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

SetData() public méthode

public SetData ( Hashtable ht ) : void
ht Hashtable
Résultat void

Property Details

clickCount public_oe property

public int clickCount
Résultat int

mode public_oe property

public MouseTouch, mode
Résultat MouseTouch,

mouseClick public_oe property

public int mouseClick
Résultat int

touchCount public_oe property

public int touchCount
Résultat int

useClick public_oe property

public bool useClick
Résultat bool

useTouch public_oe property

public bool useTouch
Résultat bool