Guest User

Untitled

a guest
Feb 20th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. void OnGUI() {
  2. // ...
  3.  
  4. if (GUI.Button(new Rect(10f, Screen.height - 40, 100, 30), "next round")) {
  5. // here call all OnNextRound functions
  6. }
  7. }
Add Comment
Please, Sign In to add comment