C# Class Prime31.TouchKitLite

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: prime31/TouchKit Class Usage Examples

Méthodes publiques

Свойство Type Description
liveTouches List
shouldProcessTouches bool

Méthodes publiques

Méthode Description
Awake ( ) : void
OnApplicationQuit ( ) : void
Update ( ) : void
hasTouchBeganInRect ( Rect rect ) : bool

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnApplicationQuit() public méthode

public OnApplicationQuit ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

hasTouchBeganInRect() public méthode

public hasTouchBeganInRect ( Rect rect ) : bool
rect UnityEngine.Rect
Résultat bool

Property Details

liveTouches public_oe property

public List liveTouches
Résultat List

shouldProcessTouches public_oe property

public bool shouldProcessTouches
Résultat bool