Exemplo n.º 1
0
 void OnMouseDown()
 {
     if (Input.GetKey(KeyCode.LeftControl))
     {
         manager.Add(this);
     }
     else if (Input.GetKey(KeyCode.Mouse0))
     {
         manager.Remove();
         manager.Add(this);
     }
 }