Loading...
Searching...
No Matches
AdventureSouls.SoulsInventoryPanel Class Reference

Detailed Description

souls menu panel that is displayed when the "Inventory" button is clicked
shows all the items in the inventory, usable items can be used directly

https://adventure.softleitner.com/manual/souls-scenes

Inheritance diagram for AdventureSouls.SoulsInventoryPanel:
AdventureSouls.SoulsMenuPanel

Public Attributes

ListedInventory Inventory
 
VisualTreeAsset ItemTemplate
 

Protected Member Functions

override void Start ()
 
override void show ()
 
- Protected Member Functions inherited from AdventureSouls.SoulsMenuPanel
virtual void Awake ()
 
virtual void hide ()
 

Additional Inherited Members

- Protected Attributes inherited from AdventureSouls.SoulsMenuPanel
bool _isVisible
 
UIDocument _document
 
- Properties inherited from AdventureSouls.SoulsMenuPanel
bool IsVisible [get, set]
 
VisualElement Root [get]
 

Member Function Documentation

◆ show()

override void AdventureSouls.SoulsInventoryPanel.show ( )
inlineprotectedvirtual

Reimplemented from AdventureSouls.SoulsMenuPanel.

◆ Start()

override void AdventureSouls.SoulsInventoryPanel.Start ( )
inlineprotectedvirtual

Reimplemented from AdventureSouls.SoulsMenuPanel.