Inventory Window UGUI

The split inventory window for uGUI.

The Inventory Window UGUI component handles the inventory UI logic.

Properties

Name
Description

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

Name
Description

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

Name
Description

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

Name
Description

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

Name
Description

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 UGUI

Last updated