C# 클래스 EnergyHub

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

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void
getIsSupplyingEnergy ( ) : bool

Gets if is supplying energy.

getTotalEnergyUsage ( ) : float

Gets the total energy usage of all objects in the list.

setIsSupplyingEnergy ( bool state ) : void

Sets if is supplying energy.

supplyEnergy ( ) : void

Supplies the energy to all objects in the list.

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

getIsSupplyingEnergy() 공개 메소드

Gets if is supplying energy.
public getIsSupplyingEnergy ( ) : bool
리턴 bool

getTotalEnergyUsage() 공개 메소드

Gets the total energy usage of all objects in the list.
public getTotalEnergyUsage ( ) : float
리턴 float

setIsSupplyingEnergy() 공개 메소드

Sets if is supplying energy.
public setIsSupplyingEnergy ( bool state ) : void
state bool If set to true state.
리턴 void

supplyEnergy() 공개 메소드

Supplies the energy to all objects in the list.
public supplyEnergy ( ) : void
리턴 void