C# Class EssenceClient.Scenes.Game.HudLayer

Inheritance: CocosSharp.CCLayer
Afficher le fichier Open project: Insality/essence-of-shadows Class Usage Examples

Méthodes publiques

Méthode Description
HudLayer ( ) : CocosSharp
Update ( float dt ) : void

Méthodes protégées

Méthode Description
AddedToScene ( ) : void
Draw ( ) : void

Private Methods

Méthode Description
AddGoldLabel ( ) : void
AddHpLabel ( ) : void
AddLevelLabel ( ) : void
DrawExpBar ( float perc ) : void
DrawHpBar ( float perc ) : void
DrawUnderHud ( ) : void

Method Details

AddedToScene() protected méthode

protected AddedToScene ( ) : void
Résultat void

Draw() protected méthode

protected Draw ( ) : void
Résultat void

HudLayer() public méthode

public HudLayer ( ) : CocosSharp
Résultat CocosSharp

Update() public méthode

public Update ( float dt ) : void
dt float
Résultat void