Class FilterWindow.Element
An element from the filtered list or tree.
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 |
|