Introduction
This component allows an Item UI to display a more detailed tooltip using the Item Tooltip Display.

Fields#
| Name | Description |
|---|---|
| Source Type | Set the type of source for the item |
| Data Source | Item providing object details |
| Pickup Source | Pickup providing object details |
| Source | Determine if item source is a Direct Reference or in the Tool Registry |
| Key | Key used to find source |
| Dynamic Text | Display static text |
| Text Source | Display static text |
| Tooltip | Tooltip text to display. |
| Modify Delay | Number of seconds to modify the display delay for this time. |
| Custom Source | Source of custom UI |
| Custom Tooltip | Custom tooltip prefab |
| Custom Id | Id of Custom UI to use instead of the normal Interactor UI |
| On Pre Display | Event raised just prior to displaying tooltip |
| On Init Custom Tip | Event raised when custom tooltip is initialized |
| On Post Init | Event raised after initialization |
| On Display | Event raised when tooltip is displayed for this object |
| On Hide | Event raised when tooltip is hidden for this object |
Properties#
| Name | Description |
|---|---|
| parameters | Gets/Sets any parameters for the tooltip |
| showable | Gets if the tooltip can be shown |
| tipText | Gets the tooltip text |
| customDisplay | Gets any requested custom TooltipDisplay |