Esempio n. 1
0
 public void OnButtonLeave()
 {
     if (target != null)
     {
         target.Reset();
     }
     target = null;
 }
Esempio n. 2
0
 public void OnButtonEnter()
 {
     target = new FocusTargetShader(this, System.DateTime.Now);
 }