Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

TreeView.CanMultiSelect

Declaration

protected bool CanMultiSelect(IMGUI.Controls.TreeViewItem item);

Parameters

item Can this item be part of a multiselection.

Description

Override this method to control whether the item can be part of a multiselection.

Default behavior: returns true.