QueryToken
Represents a token of a query string.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public readonly struct QueryToken
Constructors
Constructor | Description |
|---|---|
| QueryToken(System.String,System.Int32) | Creates a token from a string and a position. |
| QueryToken(System.String,System.Int32,System.Int32) | Creates a token from a string and a position. |