BaseListView
Creates a BaseListView with all default properties. The _itemsSource must all be set for the BaseListView to function properly.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
BaseListView()
Creates a BaseListView with all default properties. The _itemsSource must all be set for the BaseListView to function properly.
public BaseListView()
BaseListView(IList, float)
Constructs a BaseListView, with all important properties provided.
public BaseListView(IList itemsSource, float itemHeight = -1)