C# Class Power, UnderworldExporter

Inheritance: MonoBehaviour
Afficher le fichier Open project: hankmorgan/UnderworldExporter Class Usage Examples

Méthodes publiques

Свойство Type Description
PreviousCharge float
PreviousIndex int
RepeatCounter int
uiPowerGem RawImage

Méthodes publiques

Méthode Description
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.

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

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
Résultat void

UpdateMaxCharge() public méthode

Loops the max charge image.
public UpdateMaxCharge ( ) : void
Résultat void

Property Details

PreviousCharge public_oe property

public float PreviousCharge
Résultat float

PreviousIndex public_oe property

public int PreviousIndex
Résultat int

RepeatCounter public_oe property

public int RepeatCounter
Résultat int

uiPowerGem public_oe property

public RawImage uiPowerGem
Résultat RawImage