C# Class InventoryItemButton, Lumiere

Inheritance: MonoBehaviour, ISelectHandler, IPointerEnterHandler
Afficher le fichier Open project: smwolfskill/Lumiere Class Usage Examples

Méthodes publiques

Свойство 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éthodes publiques

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

Method Details

OnPointerEnter() public méthode

public OnPointerEnter ( PointerEventData eventData ) : void
eventData PointerEventData
Résultat void

OnPointerExit() public méthode

public OnPointerExit ( PointerEventData eventData ) : void
eventData PointerEventData
Résultat void

SetGUIReferences() public méthode

public SetGUIReferences ( UIBehavior, uiBehavior, InventoryPanel, panelScript ) : void
uiBehavior UIBehavior,
panelScript InventoryPanel,
Résultat void

SetNewItem() public méthode

public SetNewItem ( GameItem, newItem, int locationX, int locationY ) : void
newItem GameItem,
locationX int
locationY int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

TaskOnClick() public méthode

public TaskOnClick ( ) : void
Résultat void

UpdateQuantityText() public méthode

public UpdateQuantityText ( ) : void
Résultat void

Property Details

UNSET_ITEM_COLOR_BG public_oe static_oe property

public static Color, UNSET_ITEM_COLOR_BG
Résultat Color,

UNSET_ITEM_COLOR_FG public_oe static_oe property

public static Color, UNSET_ITEM_COLOR_FG
Résultat Color,

backgroundImage public_oe property

public Image backgroundImage
Résultat Image

button public_oe property

public Button button
Résultat Button

itemImage public_oe property

public Image itemImage
Résultat Image

itemQuantityText public_oe property

public Text itemQuantityText
Résultat Text

panelScript public_oe property

public InventoryPanel panelScript
Résultat InventoryPanel

uiBehavior public_oe property

public UIBehavior uiBehavior
Résultat UIBehavior