Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

QueryToken Constructor

Declaration

public QueryToken(string text, int position);

Declaration

public QueryToken(string text, int position, int length);

Parameters

text The value of the token.
position The position of the token in the entire query string.
length The length of the token.

Description

Creates a token from a string and a position.