Introduction
This object provides a base class for UI elements with Inventory Info with extended events

Fields#
| Name | Description |
|---|---|
| On Selected | Event raised when the object is selected |
| On Deselected | Event raised when the object is deselected |
| On Pointer Enter | Event raised when the pointer enters the object area |
| On Pointer Exit | Event raised when the pointer exits the object area |
| Image | Image used to display Sprite |
| Colorize | Apply color to image |
| Preserve Alpha | Preserve existing alpha |
| Labels | List of labels and formats for displaying information |
| On Click | Event raised when the item is clicked |
| On Double Click | Event raised when the item is double-clicked |
| On Left Click | Event raised when the item is left-clicked |
| On Right Click | Event raised when the item is right-clicked |
Properties#
| Name | Description |
|---|---|
| selected | Gets/Sets if the object is selected |
| info | Gets/Sets information about the object |