docs.unity3d.com
    Show / Hide Table of Contents

    Class FilterWindow.Element

    An element from the filtered list or tree.

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

    Fields

    content

    The displayed content for the element.

    Declaration
    public GUIContent content
    Field Value
    Type Description
    GUIContent

    level

    The current hierarchical level in the tree.

    Declaration
    public int level
    Field Value
    Type Description
    Int32

    Properties

    name

    The name of the element as displayed in the UI.

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

    Methods

    CompareTo(Object)

    Compares this element to another object.

    Declaration
    public int CompareTo(object o)
    Parameters
    Type Name Description
    Object o

    The object to compare to.

    Returns
    Type Description
    Int32

    true if both objects are the same, false otherwise.

    Extension Methods

    ReflectionUtils.Invoke(Object, String, Object[])
    ReflectionUtils.SetField(Object, String, Object)
    ReflectionUtils.GetField(Object, String)
    ReflectionUtils.GetFields(Object)

    See Also

    FilterWindow.GroupElement
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023