TreeView<TIdentifier>.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<TIdentifier> TreeView<TIdentifier>.GetNewSelectionFunction(TreeViewItem<TIdentifier> clickedItem, bool keepMultiSelection, bool useActionKeyAsShift)
Remarks
Additional Resources: TreeView<TIdentifier>.getNewSelectionOverride.