docs.unity.cn
    Show / Hide Table of Contents

    Struct SearchColumnCompareArgs

    Namespace: UnityEditor.Search
    Syntax
    public readonly struct SearchColumnCompareArgs

    Constructors

    SearchColumnCompareArgs(SearchColumnEventArgs, SearchColumnEventArgs, Boolean)

    Declaration
    public SearchColumnCompareArgs(SearchColumnEventArgs lhs, SearchColumnEventArgs rhs, bool sortAscending)
    Parameters
    Type Name Description
    SearchColumnEventArgs lhs
    SearchColumnEventArgs rhs
    Boolean sortAscending

    Fields

    lhs

    Declaration
    public readonly SearchColumnEventArgs lhs
    Field Value
    Type Description
    SearchColumnEventArgs

    rhs

    Declaration
    public readonly SearchColumnEventArgs rhs
    Field Value
    Type Description
    SearchColumnEventArgs

    sortAscending

    Declaration
    public readonly bool sortAscending
    Field Value
    Type Description
    Boolean
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, October 26, 2022
    Terms of use