Inventory Window UGUI
The split inventory window for uGUI.


The Inventory Window UGUI component handles the inventory UI logic.
Properties
Active Sorting Order
The sorting order set when the window becomes active.
Inactive Sorting Order
The sorting order set when the window becomes inactive.
Prefabs
Item Stack Element Prefab
The item stack element prefab. This is the object placed over slots.
Inventory Slot Prefab
The empty inventory slot prefab.
Inventory Filter Prefab
The inventory filter prefab.
Currency Element Prefab
The currency display element prefab.
Buttons
Close Button
The close button.
Page Left Button
The button that navigates to the previous inventory page.
Page Right Button
The button that navigates to the next inventory page.
Texts
Inventory Title Label
The label that displays the inventory title.
Weight Label
The label that displays the inventory weight.
Pages Label
The label that displays the page numbers.
Filter Title Label
The label that displays the current filter title.
Other
Weight Area
The weight area.
Currencies Container
The parent of currency elements.
Inventory Area
The inventory area.
Grid Layout Group
The grid layout group that handles the inventory slot layout.
Inventory Content Fitter
The inventory content fitter that resizes the inventory for the scroll rect.
Filter Scroll
The filter scroll rect.
Inventory Scroll
The inventory scroll rect.
Inventory Canvas Group
The inventory canvas group. Used to hide the inventory in some cases.
Pages Area
The area of the pages.
Scripting Side
Inventory Window UGUILast updated