Hotbar Block
Quick item access.

The Hotbar Block allows the user to assign items to its slots for quick access.
You can add the default design to your scene by right-clicking in the hierarchy and navigating to Inventool > Blocks > Windows > Hotbar Block.
Check out its scripting section to learn about its full potential.
Hotbar 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.
Linked Inventory
The linked inventory. Child slots are not as tied to an inventory as equipment slots.
Allow Duplicates
If the player should be allowed to place the same item in multiple slots.
Last updated