C# Класс EnergyHub

Наследование: MonoBehaviour
Показать файл Открыть проект

Открытые методы

Метод Описание
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