Input.touchCount>0(表示触摸了)
Input.GetTouch(index).phase(该touch的种类)
种类例如:TouchPhase.Moved
index多点触摸时,用于取的不同点