Ejemplo n.º 1
0
 public void HideTooltipImmediate()
 {
     if (UITooltipReplacer.Current != null)
     {
         UITooltipReplacer.Current.HideTooltip();
         return;
     }
     _state = State.Disabled;
     if (_tween != null)
     {
         _tween.Cancel();
     }
     _canvasGroup.alpha = 0;
 }