Eresor

Untitled

Apr 26th, 2020
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.08 KB | None | 0 0
  1. for(int i=0;i<Input.touches.Length;++i)
  2. {
  3.     Debug.Log(Input.touches[i].position);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment