Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4.  
  5. public class Button : MonoBehaviour {
  6.  
  7.  
  8. void OnTouchDown()
  9. {
  10.  
  11. }
  12. void OnTouchUp()
  13. {
  14.  
  15. }
  16. void OnTouchStay()
  17. {
  18.  
  19. }
  20. void OnTouchExit()
  21. {
  22.  
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement