Class FilterWindow.Element | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class FilterWindow.Element

    Inheritance
    System.Object
    FilterWindow.Element
    FilterWindow.GroupElement
    Namespace: UnityEditor.Rendering
    Syntax
    public class Element : IComparable

    Fields

    content

    Declaration
    public GUIContent content
    Field Value
    Type Description
    GUIContent

    level

    Declaration
    public int level
    Field Value
    Type Description
    System.Int32

    Properties

    name

    Declaration
    public string name { get; }
    Property Value
    Type Description
    System.String

    Methods

    CompareTo(Object)

    Declaration
    public int CompareTo(object o)
    Parameters
    Type Name Description
    System.Object o
    Returns
    Type Description
    System.Int32
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX