Inventory Filter UGUI

Scripting with the InventoryFilterUGUI class.

The InventoryFilterUGUI class is used by all uGUI windows that require item filtering.

Fields & Properties

Name
Description
Type
Access

button

The button component.

Button

public

image

The image that displays the filter icon.

Image

private

itemType

The item type.

ItemType

public

Set Sprite

The SetSprite method sets the filter icon and color.

myInventoryFilterUGUI.SetSprite(mySprite, myColor);

Last updated