Version: 2022.1
言語: 日本語

SearchValue

struct in UnityEditor.Search

マニュアルに切り替える

説明

Search value is used to extend a query engine with custom type parsers and filters to search results by value.

Static 変数

invalidRepresent an invalid search value.

変数

booleanBoolean value.
numberNumber value.
textText representation of the value.
typeIndicates the concrete type of the search value.
validIndicates if the search value is valid.

Static 関数

SetupEngineExtended a query engine to work with dynamic search values.