GetNodeAtPosition(int)
Get the query node located at the specified index position in the query.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public IQueryNode GetNodeAtPosition(int position)
Parameters
The position of the query node in the text.
Returns
Type | Description |
|---|---|
| IQueryNode | An IQueryNode. |