示例#1
0
 void OnHover(bool ishover)
 {
     if (ishover)
     {
         uiManager.SetHint(invest.info);
     }
     else
     {
         uiManager.SetHint("");
     }
 }
示例#2
0
 protected override void Hover(bool ishover)
 {
     uiManager.SetHint(ishover, invest.info);
 }