docs.unity.cn
    Show / Hide Table of Contents

    Struct SearchExpressionRuntime

    Namespace: UnityEditor.Search
    Syntax
    public readonly struct SearchExpressionRuntime

    Fields

    frames

    Declaration
    public readonly Stack<SearchExpressionContext> frames
    Field Value
    Type Description
    Stack<SearchExpressionContext>

    items

    Declaration
    public readonly Stack<SearchItem> items
    Field Value
    Type Description
    Stack<SearchItem>

    search

    Declaration
    public readonly SearchContext search
    Field Value
    Type Description
    SearchContext

    Properties

    current

    Declaration
    public readonly SearchExpressionContext current { get; }
    Property Value
    Type Description
    SearchExpressionContext

    valid

    Declaration
    public readonly bool valid { get; }
    Property Value
    Type Description
    Boolean

    Methods

    Push(SearchExpression, IEnumerable<SearchExpression>)

    Declaration
    public readonly IDisposable Push(SearchExpression searchExpression, IEnumerable<SearchExpression> args)
    Parameters
    Type Name Description
    SearchExpression searchExpression
    IEnumerable<SearchExpression> args
    Returns
    Type Description
    IDisposable

    Push(SearchItem)

    Declaration
    public readonly IDisposable Push(SearchItem item)
    Parameters
    Type Name Description
    SearchItem item
    Returns
    Type Description
    IDisposable

    ToString()

    Declaration
    public override readonly string ToString()
    Returns
    Type Description
    String
    Overrides
    ValueType.ToString()
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, October 26, 2022
    Terms of use