C# Class Sol.InventorySlot

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: Stumpstump/RoverGame

Méthodes publiques

Свойство Type Description
amountText UnityEngine.UI.Text
displayText UnityEngine.UI.Text
image UnityEngine.UI.Image
infoPanel InventoryInfoPanel
moreInfo Toggle

Protected Properties

Свойство Type Description
amount int
amountString string
slotIngredient Ingredient

Méthodes publiques

Méthode Description
CloseHoverTooltip ( ) : void
ForceEquip ( ) : void
OpenHoverTooltip ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
Initialize ( bool b ) : void

Method Details

CloseHoverTooltip() public méthode

public CloseHoverTooltip ( ) : void
Résultat void

ForceEquip() public méthode

public ForceEquip ( ) : void
Résultat void

OpenHoverTooltip() public méthode

public OpenHoverTooltip ( ) : void
Résultat void

Property Details

amount protected_oe property

protected int amount
Résultat int

amountString protected_oe property

protected string amountString
Résultat string

amountText public_oe property

public Text,UnityEngine.UI amountText
Résultat UnityEngine.UI.Text

displayText public_oe property

public Text,UnityEngine.UI displayText
Résultat UnityEngine.UI.Text

image public_oe property

public Image,UnityEngine.UI image
Résultat UnityEngine.UI.Image

infoPanel public_oe property

public InventoryInfoPanel,Sol infoPanel
Résultat InventoryInfoPanel

moreInfo public_oe property

public Toggle moreInfo
Résultat Toggle

slotIngredient protected_oe property

protected Ingredient slotIngredient
Résultat Ingredient