C# Class Sol.PuzzleMenu

Inheritance: Menu
Afficher le fichier Open project: Stumpstump/RoverGame Class Usage Examples

Méthodes publiques

Свойство Type Description
AluminumWire Ingredient
CopperWire Ingredient
GoldWire Ingredient
SilverWire Ingredient
exitButton UnityEngine.UI.Button
messageText UnityEngine.UI.Text

Méthodes publiques

Méthode Description
ActivateExit ( bool active ) : void
Close ( ) : void
Close ( bool completed ) : void
Exit ( ) : void
Open ( InteractiblePuzzle ip ) : void
SetInitialWireCounts ( ) : void
SetWireText ( Ingredient gridIngredient, bool scaleUp ) : void

Method Details

ActivateExit() public méthode

public ActivateExit ( bool active ) : void
active bool
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Close() public méthode

public Close ( bool completed ) : void
completed bool
Résultat void

Exit() public méthode

public Exit ( ) : void
Résultat void

Open() public méthode

public Open ( InteractiblePuzzle ip ) : void
ip InteractiblePuzzle
Résultat void

SetInitialWireCounts() public méthode

public SetInitialWireCounts ( ) : void
Résultat void

SetWireText() public méthode

public SetWireText ( Ingredient gridIngredient, bool scaleUp ) : void
gridIngredient Ingredient
scaleUp bool
Résultat void

Property Details

AluminumWire public_oe property

public Ingredient AluminumWire
Résultat Ingredient

CopperWire public_oe property

public Ingredient CopperWire
Résultat Ingredient

GoldWire public_oe property

public Ingredient GoldWire
Résultat Ingredient

SilverWire public_oe property

public Ingredient SilverWire
Résultat Ingredient

exitButton public_oe property

public Button,UnityEngine.UI exitButton
Résultat UnityEngine.UI.Button

messageText public_oe property

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