Introduction
This UI component displays informatin for a single socket

Fields#
| Name | Description |
|---|---|
| Socket Type Image | Image used to display sprite associated with the socket type |
| Attached Item Image | Image used to display sprite of any item attached to this socket |
| Allow Drag Drop | Allow drag & drop |
| On Socket Filled | Event raised when socket has an item |
| On Socket Empty | Event raised when socket is empty |
| On Selected | Event raised when object is selected |
| On Deselected | Event raised when object is deselected |
| On Pointer Enter | Event raised when point enters object area |
| On Pointer Exit | Event raised when point exits object area |
Properties#
| Name | Description |
|---|---|
| selected | Get/Set if the object is selected |
| socket | Get/Set the Socket plugin for this UI element |