selectionType
Controls the selection type.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
[UxmlAttribute]public SelectionType selectionType { get; set; }
Remarks
The default value is SelectionType.Single. When you set the collection view to disable selections, any current selection is cleared.