C# Class Sol.InventorySlot

Inheritance: UnityEngine.MonoBehaviour
Exibir arquivo Open project: Stumpstump/RoverGame

Public Properties

Property Type Description
amountText UnityEngine.UI.Text
displayText UnityEngine.UI.Text
image UnityEngine.UI.Image
infoPanel InventoryInfoPanel
moreInfo Toggle

Protected Properties

Property Type Description
amount int
amountString string
slotIngredient Ingredient

Public Methods

Method Description
CloseHoverTooltip ( ) : void
ForceEquip ( ) : void
OpenHoverTooltip ( ) : void

Private Methods

Method Description
Awake ( ) : void
Initialize ( bool b ) : void

Method Details

CloseHoverTooltip() public method

public CloseHoverTooltip ( ) : void
return void

ForceEquip() public method

public ForceEquip ( ) : void
return void

OpenHoverTooltip() public method

public OpenHoverTooltip ( ) : void
return void

Property Details

amount protected_oe property

protected int amount
return int

amountString protected_oe property

protected string amountString
return string

amountText public_oe property

public Text,UnityEngine.UI amountText
return UnityEngine.UI.Text

displayText public_oe property

public Text,UnityEngine.UI displayText
return UnityEngine.UI.Text

image public_oe property

public Image,UnityEngine.UI image
return UnityEngine.UI.Image

infoPanel public_oe property

public InventoryInfoPanel,Sol infoPanel
return InventoryInfoPanel

moreInfo public_oe property

public Toggle moreInfo
return Toggle

slotIngredient protected_oe property

protected Ingredient slotIngredient
return Ingredient