Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TreeViewSelectionOptions

Enum used by the SetSelection method.
Read time 1 minuteLast updated 8 days ago

Definition

[Flags]public enum TreeViewSelectionOptions

Fields

Value

Description

FireSelectionChangedIf this flag is passed to SetSelection then the TreeView will call the its SelectionChanged method.
NoneIf this flag is passed to SetSelection no extra logic is be performed after setting selection.
RevealAndFrameIf this flag is passed to SetSelection then the TreeView will make sure the last item in the input selection list is visible on screen.