Class FilterWindow.GroupElement
  
Inheritance
IComparable
FilterWindow.GroupElement
 
Syntax
public class GroupElement : FilterWindow.Element
 
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, FilterWindow, Action)
Declaration
public virtual bool HandleKeyboard(Event evt, FilterWindow window, Action goToParent)
 
Parameters
| Type | 
Name | 
Description | 
| Event | 
evt | 
 | 
| FilterWindow | 
window | 
 | 
| Action | 
goToParent | 
 | 
Returns
| Type | 
Description | 
| System.Boolean | 
 | 
OnGUI(FilterWindow)
Declaration
public virtual bool OnGUI(FilterWindow sFilterWindow)
 
Parameters
Returns
| Type | 
Description | 
| System.Boolean | 
 |