Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SelectionType

Controls how many items can be selected at once.
Read time 1 minuteLast updated 4 days ago

Definition

public enum SelectionType

Remarks

Used by BaseVerticalCollectionView and its inheritors including ListView, TreeView, MultiColumnListView and MultiColumnTreeView. Set the view's
selectionType
property as one of these values to control how many items can be selected at once.

Fields

Value

Description

MultipleMultiple items are selectable at once.
NoneSelections are disabled.
SingleOnly one item is selectable.