public void GazedOff(CurvedUIButton button)
 {
     button.GazedOff();
     currentButton = null;
 }
 public void GazedAt(CurvedUIButton button)
 {
     currentButton = button;
     currentButton.GazedAt();
 }