C# Class Sol.PuzzleMenu

Inheritance: Menu
Datei anzeigen Open project: Stumpstump/RoverGame Class Usage Examples

Public Properties

Property Type Description
AluminumWire Ingredient
CopperWire Ingredient
GoldWire Ingredient
SilverWire Ingredient
exitButton UnityEngine.UI.Button
messageText UnityEngine.UI.Text

Public Methods

Method 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 method

public ActivateExit ( bool active ) : void
active bool
return void

Close() public method

public Close ( ) : void
return void

Close() public method

public Close ( bool completed ) : void
completed bool
return void

Exit() public method

public Exit ( ) : void
return void

Open() public method

public Open ( InteractiblePuzzle ip ) : void
ip InteractiblePuzzle
return void

SetInitialWireCounts() public method

public SetInitialWireCounts ( ) : void
return void

SetWireText() public method

public SetWireText ( Ingredient gridIngredient, bool scaleUp ) : void
gridIngredient Ingredient
scaleUp bool
return void

Property Details

AluminumWire public_oe property

public Ingredient AluminumWire
return Ingredient

CopperWire public_oe property

public Ingredient CopperWire
return Ingredient

GoldWire public_oe property

public Ingredient GoldWire
return Ingredient

SilverWire public_oe property

public Ingredient SilverWire
return Ingredient

exitButton public_oe property

public Button,UnityEngine.UI exitButton
return UnityEngine.UI.Button

messageText public_oe property

public Text,UnityEngine.UI messageText
return UnityEngine.UI.Text