C# Класс Healthbar

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

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

Метод Описание
AddHP ( float amount ) : void

Adds to the hp.

DecreaseHP ( float amount ) : void

Takes health away from the player.

Приватные методы

Метод Описание
Start ( ) : void
Update ( ) : void

Описание методов

AddHP() публичный статический Метод

Adds to the hp.
public static AddHP ( float amount ) : void
amount float Amount.
Результат void

DecreaseHP() публичный статический Метод

Takes health away from the player.
public static DecreaseHP ( float amount ) : void
amount float Amount.
Результат void