Пример #1
0
 public void DisableSearch()
 {
     searchTextInputField.Text = "";
     searchTextInputField.Hide();
     // Remove the focus from the search input text field
     EventSystem.current.SetSelectedGameObject(null);
 }
 public void DisableSearch()
 {
     searchTextInputField.Text = "";
     searchTextInputField.Hide();
 }