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