C# Класс Power, UnderworldExporter

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

Открытые свойства

Свойство Тип Описание
PreviousCharge float
PreviousIndex int
RepeatCounter int
uiPowerGem RawImage

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

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

Compares the previous charge with the current attack charge. If the charge level has changed it changes the power gem image. Once it reaches full charge it will loop the max charge animation.

UpdateMaxCharge ( ) : void

Loops the max charge image.

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

Start() публичный Метод

public Start ( ) : void
Результат void

Update() публичный Метод

Compares the previous charge with the current attack charge. If the charge level has changed it changes the power gem image. Once it reaches full charge it will loop the max charge animation.
public Update ( ) : void
Результат void

UpdateMaxCharge() публичный Метод

Loops the max charge image.
public UpdateMaxCharge ( ) : void
Результат void

Описание свойств

PreviousCharge публичное свойство

public float PreviousCharge
Результат float

PreviousIndex публичное свойство

public int PreviousIndex
Результат int

RepeatCounter публичное свойство

public int RepeatCounter
Результат int

uiPowerGem публичное свойство

public RawImage uiPowerGem
Результат RawImage