Method | Description | |
---|---|---|
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.
|
public setIsSupplyingEnergy ( bool state ) : void | ||
state | bool | If set to |
return | void |