Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CanMultiSelect(TreeViewItem<TIdentifier>)

Override this method to control whether the item can be part of a multiselection.
Read time 1 minuteLast updated 10 days ago

Definition

CanMultiSelect(TreeViewItem<T>)

protected virtual bool CanMultiSelect(TreeViewItem<TIdentifier> item)

Parameters

Can this item be part of a multiselection.

Returns

Type

Description

bool

Remarks

Default behavior: returns true.