Introduction
This UI component displays information for items with the Socket plugin

Fields#
| Name | Description |
|---|---|
| Source | Item Source |
| Scroll Rect | Transform to place prefabs inside |
| 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 |
|---|---|
| content | Transform used to display output |
| contentScrollRect | ScrollRect housing content (if any) |
| lockInput | Get/Set if input is locked |
| activeDisplay | Gets the currently active display |
| selectedIndex | Gets/Sets the selected index |
Methods#
| Name | Description |
|---|---|
| CycleView | Cycle between available UI Displays |
| GetSelectedItem | Get the selected item of type T |
| Reload | Reload the data |
| SetSelectedItem | Set the selected item of type T |