SearchField
Search item field used by the property table and selector systems.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
- Implements: IEquatable<SearchField>
public readonly struct SearchField : IEquatable<SearchField>
Fields
Value | Description |
|---|---|
| alias | Display label of the field if displayed in the property table. |
| name | Field selector name. Compared to label, this field can be decorated with tokens such as # when this field selects a dynamic serialized property. |
| value | Value of the search field. |
Constructors
Constructor | Description |
|---|---|
| SearchField(System.String) | Creates a search field. |
| SearchField(System.String,System.Object) | Creates a search field. |
| SearchField(System.String,System.String,System.Object) | Creates a search field. |
Properties
Property | Description |
|---|---|
| label | Field property label that was selected. |