C# Class UIEnergyUsingObject

Inheritance: MonoBehaviour
显示文件 Open project: FIU-SCIS-Senior-Projects/SmartBuilding4

Public Methods

Method Description
pressOnOff ( ) : void

Presses the on / off button.

Private Methods

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

Presses the on / off button.
public pressOnOff ( ) : void
return void