Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BindItem<T>(VisualElement, int, T)

Binds a row of multiple cells to an item index.
Read time 1 minuteLast updated 6 days ago

Definition

public void BindItem<T>(VisualElement element, int index, T item)

Parameters

The element from that row, created by MakeItem().

index

The item index.

item

T
The item to bind.