[ Web Proxy ]
URL:
Viewing: https://docs.unity3d.com/ScriptReference/Search.ParsedQuery_2.html [Back]  [Original]

Unity - Scripting API: ParsedQuery<T0,T1>
Version: Unity 6.5 (6000.5)
    • Supported
    • Legacy
    LanguageEnglish
    • C#

    ParsedQuery<T0,T1>

    class in UnityEditor.Search

    Suggest a change

    Success!

    Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

    Close

    Submission failed

    For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

    Close
    Your name Your email Suggestion* Submit suggestion

    Cancel

    Description

    Provides methods to define an operation that can be used to filter a data set.

    <TData>: The filtered data type, <TPayload>: The payload type.

    Properties

    Property Description
    errorsA list of QueryErrors.
    evaluationGraphQuery evaluation graph used to evaluate the query.
    queryGraphQuery graph. This graph can be used to walk all the node of the query if you need to do a special type of evaluation.
    textThe text that generated the query.
    tokensThe list of tokens found in the query.
    validIndicates if the query is valid or not.

    Public Methods

    Method Description
    ApplyApplies the filtering on a payload.
    GetNodeAtPositionGet the query node located at the specified index position in the query.
    OptimizeOptimizes the query by optimizing the underlying filtering graph.

    Web Proxy Viewer  |  New URL  |  Original Page