searchString
Current search string of the TreeView.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
public string searchString { get; set; }
Remarks
If this search string is set then remember to use it to filter items when TreeView<TIdentifier>.BuildRows is called. Note that this search string is stored in the TreeViewState object (TreeView<TIdentifier>.state).