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.