Property | Type | Description | |
---|---|---|---|
deltaPosition | |||
deltaTime | float | ||
fingerId | int | ||
phase | TouchPhase | ||
position | |||
tapCount | int |
Method | Description | |
---|---|---|
TKLTouch ( int fingerId ) : System.Collections | ||
ToString ( ) : string | ||
hasMouseInput ( ) : bool | ||
populate ( ) : void |
populates the TKLTouch with either mouse or touch input
|
|
populateFromMouse ( ) : |
||
populateWithPosition ( |
||
populateWithTouch ( |
public TKLTouch ( int fingerId ) : System.Collections | ||
fingerId | int | |
return | System.Collections |
public populateWithPosition ( |
||
currentPosition | ||
touchPhase | TouchPhase | |
return |
public populateWithTouch ( |
||
touch | ||
return |
public Vector2,UnityEngine deltaPosition | ||
return |