Class FilterWindow.Element
An element from the filtered list or tree.
Implements
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public class FilterWindow.Element : IComparable
Fields
| Name | Description |
|---|---|
| content | The displayed content for the element. |
| level | The current hierarchical level in the tree. |
Properties
| Name | Description |
|---|---|
| name | The name of the element as displayed in the UI. |
Methods
| Name | Description |
|---|---|
| CompareTo(object) | Compares this element to another object. |