C# Class CraftingSlot, RoverGame

Inheritance: UISlot
Mostrar archivo Open project: Stumpstump/RoverGame Class Usage Examples

Public Properties

Property Type Description
iconImage Image
ingredient Ingredient,
mainImage Image
recipe Recipe,
selectToggle Toggle,
titleText Text

Private Methods

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

Property Details

iconImage public_oe property

public Image iconImage
return Image

ingredient public_oe property

public Ingredient, ingredient
return Ingredient,

mainImage public_oe property

public Image mainImage
return Image

recipe public_oe property

public Recipe, recipe
return Recipe,

selectToggle public_oe property

public Toggle, selectToggle
return Toggle,

titleText public_oe property

public Text titleText
return Text