TreeView.GetNewSelectionFunction
A callback which determines how TreeView handles selection changes in response to keys and mouse clicks.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Delegate
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
public delegate List<int> TreeView.GetNewSelectionFunction(TreeViewItem clickedItem, bool keepMultiSelection, bool useActionKeyAsShift)
Remarks
Additional Resources: TreeView.getNewSelectionOverride.