C# Class BuildingUiCanvas, The-next-step

Inheritance: MonoBehaviour
Datei anzeigen Open project: esther5576/The-next-step Class Usage Examples

Public Methods

Method Description
Display ( int NeedsNumber, int ProductsNumber, Button PowerEvents, List NeedsSprites, List ProductionSprites, int PowerNeeds, int HumanNeed, Button RepairEvents, Button UpgradeEvents, String Name ) : void
SwitchOff ( ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Display() public method

public Display ( int NeedsNumber, int ProductsNumber, Button PowerEvents, List NeedsSprites, List ProductionSprites, int PowerNeeds, int HumanNeed, Button RepairEvents, Button UpgradeEvents, String Name ) : void
NeedsNumber int
ProductsNumber int
PowerEvents Button
NeedsSprites List
ProductionSprites List
PowerNeeds int
HumanNeed int
RepairEvents Button
UpgradeEvents Button
Name String
return void

SwitchOff() public method

public SwitchOff ( ) : void
return void