C# Class UIEnergyUsingObject

Inheritance: MonoBehaviour
Afficher le fichier Open project: FIU-SCIS-Senior-Projects/SmartBuilding4

Méthodes publiques

Méthode Description
pressOnOff ( ) : void

Presses the on / off button.

Private Methods

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

Hides the UI.

pressOff ( ) : bool

Presses the off button.

pressOn ( ) : bool

Presses the on button.

showUI ( ) : void

Shows the UI.

Method Details

pressOnOff() public méthode

Presses the on / off button.
public pressOnOff ( ) : void
Résultat void