Class VFXFilterWindow.GroupElement
Inheritance
System.Object
VFXFilterWindow.GroupElement
Syntax
[Serializable]
public class GroupElement : VFXFilterWindow.Element, IComparable
Constructors
GroupElement(Int32, String)
Declaration
public GroupElement(int level, string name)
Parameters
Type |
Name |
Description |
System.Int32 |
level |
|
System.String |
name |
|
Fields
Declaration
Field Value
selectedIndex
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Properties
ShouldDisable
Declaration
public virtual bool ShouldDisable { get; }
Property Value
Type |
Description |
System.Boolean |
|
WantsFocus
Declaration
public bool WantsFocus { get; protected set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
HandleKeyboard(Event, VFXFilterWindow, Action)
Declaration
public virtual bool HandleKeyboard(Event evt, VFXFilterWindow w, Action goToParent)
Parameters
Returns
Type |
Description |
System.Boolean |
|
OnGUI(VFXFilterWindow)
Declaration
public virtual bool OnGUI(VFXFilterWindow sFilterWindow)
Parameters
Returns
Type |
Description |
System.Boolean |
|