Delegate Picker<TItem, TTitle>.BindItemFunc
Method to bind the item data to the Dropdown menu item element.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public delegate void Picker<TItem, TTitle>.BindItemFunc(TItem item, int index)
Parameters
Type | Name | Description |
---|---|---|
TItem | item | The item to bind. |
int | index | The index of the item to bind. |