C# Class CraftingSlot, RoverGame

Inheritance: UISlot
Show file 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 property

public Image iconImage
return Image

ingredient public property

public Ingredient, ingredient
return Ingredient,

mainImage public property

public Image mainImage
return Image

recipe public property

public Recipe, recipe
return Recipe,

selectToggle public property

public Toggle, selectToggle
return Toggle,

titleText public property

public Text titleText
return Text