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

ParsedQuery<T0,T1>.GetNodeAtPosition

Declaration

public Search.IQueryNode GetNodeAtPosition(int position);

Parameters

position The position of the query node in the text.

Returns

IQueryNode An IQueryNode.

Description

Get the query node located at the specified index position in the query.