Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SearchField

Search item field used by the property table and selector systems.
Read time 1 minuteLast updated 10 days ago

Definition

public readonly struct SearchField : IEquatable<SearchField>

Fields

Value

Description

aliasDisplay label of the field if displayed in the property table.
nameField selector name. Compared to label, this field can be decorated with tokens such as # when this field selects a dynamic serialized property.
valueValue 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

labelField property label that was selected.