Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. foreach(Touch th in input.touches)
  2. {
  3. th.deltaPosition.x / Time.deltaTime
  4. }
  5.  
  6. Input.GetAxis("Mouse X");
  7. Input.GetAxis("Mouse Y");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement