Advertisement
LittleAngel

Untitled

Mar 17th, 2011
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. using UnityEngine;
  2. using System.Collections;
  3. using System.Collections.Generic;
  4.  
  5. public class TestOMD : MonoBehaviour {
  6.  
  7. // Update is called once per frame
  8. void Update () {
  9. if (Input.GetMouseButtonDown(0)) {
  10. print ("Mouse Button Down !");
  11. }
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement