Class FilterWindow.GroupElement
A meta element used to group several elements in the list or tree.
Implements
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
[Serializable]
public class FilterWindow.GroupElement : FilterWindow.Element, IComparable
Constructors
| Name | Description |
|---|---|
| GroupElement(int, string) | Creates a new FilterWindow.GroupElement |
Fields
| Name | Description |
|---|---|
| scroll | The current scroll position in the UI. |
| selectedIndex | The current selected index in the group. |
Properties
| Name | Description |
|---|---|
| ShouldDisable | Returns |
| WantsFocus | Requests focus for the element. |
Methods
| Name | Description |
|---|---|
| HandleKeyboard(Event, FilterWindow, Action) | Handles custom keyboard events on this group. |
| OnGUI(FilterWindow) | A custom drawing method for this group. |