C# Class OverHeadBarManager, CSharpGameFramework

Afficher le fichier Open project: dreamanlan/CSharpGameFramework

Méthodes publiques

Méthode Description
Init ( ) : void
Release ( ) : void

Private Methods

Méthode Description
AddActor ( int actorID, bool isGreen, TableConfig cfg ) : void
ChangeColor ( int actorID, bool isGreen ) : void
ChangeHp ( int actorID, float hp ) : void
ChangeMp ( int actorID, float mp, int mpChange ) : void
Drop ( int actorID ) : void
RemoveActor ( int actorID ) : void
ShowHpNum ( int actorID, int num ) : void
UpdateVisible ( int actorID ) : void

Method Details

Init() public méthode

public Init ( ) : void
Résultat void

Release() public méthode

public Release ( ) : void
Résultat void