C# Class Prime31.TouchKitLite

Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo Open project: prime31/TouchKit Class Usage Examples

Public Properties

Property Type Description
liveTouches List
shouldProcessTouches bool

Public Methods

Method Description
Awake ( ) : void
OnApplicationQuit ( ) : void
Update ( ) : void
hasTouchBeganInRect ( Rect rect ) : bool

Method Details

Awake() public method

public Awake ( ) : void
return void

OnApplicationQuit() public method

public OnApplicationQuit ( ) : void
return void

Update() public method

public Update ( ) : void
return void

hasTouchBeganInRect() public method

public hasTouchBeganInRect ( Rect rect ) : bool
rect UnityEngine.Rect
return bool

Property Details

liveTouches public_oe property

public List liveTouches
return List

shouldProcessTouches public_oe property

public bool shouldProcessTouches
return bool