Version: 2022.2
言語: 日本語

QueryToken

struct in UnityEditor.Search

マニュアルに切り替える

説明

Represents a token of a query string.

変数

lengthThe length of the token. Can be different than the length of the text.
positionThe position of the token in the query string.
textThe text representing the token.

コンストラクタ

QueryTokenCreates a token from a string and a position.