Example #1
0
 public void OnMouseExit()
 {
     GraphicalSociety.showHover(null);
 }
Example #2
0
 public void OnMouseEnter()
 {
     GraphicalSociety.showHover(inner);
 }