This version of Unity is unsupported.

QueryToken

struct in UnityEditor.Search

Description

Represents a token of a query string.

Properties

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.

Constructors

QueryTokenCreates a token from a string and a position.