C# Class recipesPanel, CSE110M240T10

Inheritance: MonoBehaviour
Afficher le fichier Open project: ucsdCSE110wi16/CSE110M240T10 Class Usage Examples

Méthodes publiques

Свойство Type Description
nextButton GameObject
prevButton GameObject
recipeButtons List
result SuperCookResult,
resultGrid GameObject

Méthodes publiques

Méthode Description
Awake ( ) : void
callback ( SuperCookResult, result ) : void
display ( ) : void
next ( ) : void
previous ( ) : void

Private Methods

Méthode Description
clearGrid ( ) : void
draw ( ) : void
searchRecipes ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

callback() public méthode

public callback ( SuperCookResult, result ) : void
result SuperCookResult,
Résultat void

display() public méthode

public display ( ) : void
Résultat void

next() public méthode

public next ( ) : void
Résultat void

previous() public méthode

public previous ( ) : void
Résultat void

Property Details

nextButton public_oe property

public GameObject nextButton
Résultat GameObject

prevButton public_oe property

public GameObject prevButton
Résultat GameObject

recipeButtons public_oe property

public List recipeButtons
Résultat List

result public_oe property

public SuperCookResult, result
Résultat SuperCookResult,

resultGrid public_oe property

public GameObject resultGrid
Résultat GameObject