相当于Input.GetMouseButton(0)的触摸?

时间:2016-07-05 16:50:00

标签: c# unity3d

Option(Timestamp.valueOf("2016-01-27 22:27:32.596150")) 相当于Input.GetTouch(0).phase == TouchPhase.Began

Input.GetMouseButtonDown (0)相当于Input.GetTouch(0).phase == TouchPhase.Ended

等同于Input.GetMouseButtonUp (0)

1 个答案:

答案 0 :(得分:2)

Input.touchCount > 0 

但仍然取决于你真正想要的。也许对你更好:

Input.touchCount == 1