Click or drag to resize

ItemListSelectModeEnum Enumeration

[Missing <summary> documentation for "T:Godot.ItemList.SelectModeEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum SelectModeEnum
Members
  Member nameValueDescription
Single0

Only allow selecting a single item.

Multi1

Allows selecting multiple items by holding Ctrl or Shift.

See Also