public void OnPointerUp(PointerEventData eventData) { if (_inventory.SceneState == SceneState.InLobby) { _tooltip.Deactive(); } }
public void OnPointerExit(PointerEventData eventData) { tooltip.Deactive(); }