Свойство | Type | Description | |
---|---|---|---|
UNSET_ITEM_COLOR_BG | Color, | ||
UNSET_ITEM_COLOR_FG | Color, | ||
backgroundImage | Image | ||
button | Button | ||
itemImage | Image | ||
itemQuantityText | Text | ||
panelScript | InventoryPanel | ||
uiBehavior | UIBehavior |
Méthode | Description | |
---|---|---|
OnPointerEnter ( PointerEventData eventData ) : void | ||
OnPointerExit ( PointerEventData eventData ) : void | ||
SetGUIReferences ( UIBehavior, uiBehavior, InventoryPanel, panelScript ) : void | ||
SetNewItem ( GameItem, newItem, int locationX, int locationY ) : void | ||
Start ( ) : void | ||
TaskOnClick ( ) : void | ||
UpdateQuantityText ( ) : void |
public OnPointerEnter ( PointerEventData eventData ) : void | ||
eventData | PointerEventData | |
Résultat | void |
public OnPointerExit ( PointerEventData eventData ) : void | ||
eventData | PointerEventData | |
Résultat | void |
public SetGUIReferences ( UIBehavior, uiBehavior, InventoryPanel, panelScript ) : void | ||
uiBehavior | UIBehavior, | |
panelScript | InventoryPanel, | |
Résultat | void |
public SetNewItem ( GameItem, newItem, int locationX, int locationY ) : void | ||
newItem | GameItem, | |
locationX | int | |
locationY | int | |
Résultat | void |
public static Color, UNSET_ITEM_COLOR_BG | ||
Résultat | Color, |
public static Color, UNSET_ITEM_COLOR_FG | ||
Résultat | Color, |