Class VFXFilterWindow.Element
Inheritance
System.Object
VFXFilterWindow.Element
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEditor.VFX.UI
Syntax
public class Element : IComparable
Fields
content
Declaration
public GUIContent content
Field Value
Type | Description |
---|---|
GUIContent |
level
Declaration
public int level
Field Value
Type | Description |
---|---|
System.Int32 |
Properties
name
Declaration
public string name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
CompareTo(Object)
Declaration
public int CompareTo(object o)
Parameters
Type | Name | Description |
---|---|---|
System.Object | o |
Returns
Type | Description |
---|---|
System.Int32 |
Implements
System.IComparable.CompareTo(System.Object)