Exemplo n.º 1
0
 protected virtual void OnMouseExit()
 {
     if (CellDehighlighted != null)
     {
         CellDehighlighted.Invoke(this, new EventArgs());
     }
 }
Exemplo n.º 2
0
        protected virtual void OnMouseExit()
        {
            delayTime = 0;
            panel.gameObject.SetActive(false);
            frezePanel = false;

            if (CellDehighlighted != null)
            {
                CellDehighlighted?.Invoke(this, new EventArgs());
            }
        }
Exemplo n.º 3
0
 protected virtual void OnMouseExit()
 {
     CellDehighlighted?.Invoke(this);
 }
Exemplo n.º 4
0
 protected virtual void OnMouseExit()
 {
     CellDehighlighted?.Invoke(this, new EventArgs());
 }