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
content
The displayed content for the element.
Declaration
public GUIContent content
Field Value
Type | Description |
---|---|
GUIContent |
See Also
level
The current hierarchical level in the tree.
Declaration
public int level
Field Value
Type | Description |
---|---|
int |
See Also
Properties
name
The name of the element as displayed in the UI.
Declaration
public string name { get; }
Property Value
Type | Description |
---|---|
string |
See Also
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 |
|