| Namespace: | Sirenix.Utilities.Editor |
| Assembly: | Sirenix.Utilities.Editor |
public class SearchField
public SearchField()
public string Draw(string searchTerm, string placeholder = "")
| System.String | searchTerm | |
| System.String | placeholder |
| System.String |
public string Draw(Rect rect, string searchTerm, string placeholder = "")
| UnityEngine.Rect | rect | |
| System.String | searchTerm | |
| System.String | placeholder |
| System.String |
public void Focus()
public bool HasFocus()
| System.Boolean |