Version: 2017.1

TreeView.CanMultiSelect

매뉴얼로 전환
protected bool CanMultiSelect (IMGUI.Controls.TreeViewItem item);

파라미터

item Can this item be part of a multiselection.

설명

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

Default behavior: returns true.