C# 클래스 UIEnergyUsingObject

상속: MonoBehaviour
파일 보기 프로젝트 열기: FIU-SCIS-Senior-Projects/SmartBuilding4

공개 메소드들

메소드 설명
pressOnOff ( ) : void

Presses the on / off button.

비공개 메소드들

메소드 설명
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.

메소드 상세

pressOnOff() 공개 메소드

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