CanMultiSelect(TreeViewItem)
Override this method to control whether the item can be part of a multiselection.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
protected virtual bool CanMultiSelect(TreeViewItem item)
Parameters
Can this item be part of a multiselection.
Returns
Type | Description |
|---|---|
| bool |
Remarks
Default behavior: returns true.