프로퍼티 | 타입 | 설명 | |
---|---|---|---|
deltaPosition | |||
deltaTime | float | ||
fingerId | int | ||
phase | TouchPhase | ||
position | |||
tapCount | int |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System.Collections |
public populateWithPosition ( |
||
currentPosition | ||
touchPhase | TouchPhase | |
리턴 |
public populateWithTouch ( |
||
touch | ||
리턴 |