TreeViewSelectionOptions
Enum used by the SetSelection method.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
[Flags]public enum TreeViewSelectionOptions
Fields
Value | Description |
|---|---|
| FireSelectionChanged | If this flag is passed to SetSelection then the TreeView will call the its SelectionChanged method. |
| None | If this flag is passed to SetSelection no extra logic is be performed after setting selection. |
| RevealAndFrame | If this flag is passed to SetSelection then the TreeView will make sure the last item in the input selection list is visible on screen. |