Introduction
This component provides the ability to display a list of Recipe Component items.

Fields#
| Name | Description |
|---|---|
| Scroll Rect | Transform to place prefabs inside |
| Selected Item UI | UI showing details of the selected item |
| On Active Display Changed | Event raised when the active display UI changes |
| On Selection Changed | Event raised when selection changes |
| On Item Added | Event raised when an item is loaded by the active display |
| On Item Removed | Event raised when an item is removed by the active display |
| On Item Click | Event raised when the item is clicked |
| On Item Double Click | Event raised when the item is double-clicked |
| On Drop | Event raised when an item is dropped on this one |
Properties#
| Name | Description |
|---|---|
| componentSource | Gets the Inventory used to find components |
| content | Gets the RectTransform used for housing data |
| contentScrollRect | ScrollRect housing content (if any) |
| recipe | Gets the loaded Recipe |
| activeDisplay | Gets the currently active display |
| selectedIndex | Gets/Sets the selected index |
Methods#
| Name | Description |
|---|---|
| Clear | Clear all items |
| Load | Load data |
| Reload | Reload the data |
| CycleView | Cycle between available UI Displays |
| GetSelectedItem | Get the selected item of type T |
| SetSelectedItem | Set the selected item of type T |