docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class FilterWindow.Element

    An element from the filtered list or tree.

    Inheritance
    object
    FilterWindow.Element
    FilterWindow.GroupElement
    Implements
    IComparable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.Rendering
    Assembly: Unity.RenderPipelines.Core.Editor.dll
    Syntax
    public class FilterWindow.Element : IComparable

    Fields

    content

    The displayed content for the element.

    Declaration
    public GUIContent content
    Field Value
    Type Description
    GUIContent
    See Also
    FilterWindow.GroupElement

    level

    The current hierarchical level in the tree.

    Declaration
    public int level
    Field Value
    Type Description
    int
    See Also
    FilterWindow.GroupElement

    Properties

    name

    The name of the element as displayed in the UI.

    Declaration
    public string name { get; }
    Property Value
    Type Description
    string
    See Also
    FilterWindow.GroupElement

    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
    int

    true if both objects are the same, false otherwise.

    See Also
    FilterWindow.GroupElement

    Implements

    IComparable

    Extension Methods

    ReflectionUtils.GetField(object, string)
    ReflectionUtils.GetFields(object)
    ReflectionUtils.Invoke(object, string, params object[])
    ReflectionUtils.SetField(object, string, object)
    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, T)

    See Also

    FilterWindow.GroupElement
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)