C# Class BuildingUiCanvas, The-next-step

Inheritance: MonoBehaviour
Afficher le fichier Open project: esther5576/The-next-step Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Display() public méthode

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
Résultat void

SwitchOff() public méthode

public SwitchOff ( ) : void
Résultat void