Default Item Tooltip Block
Displays item information.

The Default Item Tooltip Block displays a hovered item's information.
You can add the default design to your scene by right-clicking in the hierarchy and navigating to Inventool > Blocks > Windows > Item Tooltip Block.
Check out its scripting section to learn about its full potential.
Default Item Tooltip BlockProperties
Content
The object that contains all content.
Close On Cache
If the window should be closed on cache (usually on awake).
Blocks To Refresh
A list of blocks that should refresh along with the window.
On Open
A callback for when this window is opened.
On Close
A callback for when this window is closed.
Dont Destroy On Load
If this window should not be destroyed when a new scene is loaded.
Appearance Delay
The length of time in seconds the item block must be hovered for the tooltip to appear.
Stat Block Prefab
A stat block prefab instantiated for each item stat.
Level Content
An object that displays the level content.
Exp Block
A block that displays the experience as a progress bar.
Durability Block
A block that displays the durability as a progress bar.
Stats Container
The object that parents all instantiated stat blocks.
Last updated