C# Class EssenceClient.Scenes.Game.HudLayer

Inheritance: CocosSharp.CCLayer
ファイルを表示 Open project: Insality/essence-of-shadows Class Usage Examples

Public Methods

Method Description
HudLayer ( ) : CocosSharp
Update ( float dt ) : void

Protected Methods

Method Description
AddedToScene ( ) : void
Draw ( ) : void

Private Methods

Method Description
AddGoldLabel ( ) : void
AddHpLabel ( ) : void
AddLevelLabel ( ) : void
DrawExpBar ( float perc ) : void
DrawHpBar ( float perc ) : void
DrawUnderHud ( ) : void

Method Details

AddedToScene() protected method

protected AddedToScene ( ) : void
return void

Draw() protected method

protected Draw ( ) : void
return void

HudLayer() public method

public HudLayer ( ) : CocosSharp
return CocosSharp

Update() public method

public Update ( float dt ) : void
dt float
return void