BindItem<T>(VisualElement, int, T)
Binds a row of multiple cells to an item index.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void BindItem<T>(VisualElement element, int index, T item)
Parameters
The element from that row, created by MakeItem().
The item index.