SearchTreeEntry
This class describes a search tree entry. The search window displays search tree entries in the GraphView.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
- Implements: IComparable<SearchTreeEntry>
public class SearchTreeEntry : IComparable<SearchTreeEntry>
Fields
Value | Description |
|---|---|
| content | The text and icon of the search entry. |
| level | The level of the entry in the search tree. |
| userData | A user specified object for attaching application specific data to a search tree entry. |
Properties
Property | Description |
|---|---|
| name | The string used for string comparison against the user filter. |