C# 클래스 Astroids.Classes.HUD

파일 보기 프로젝트 열기: Timvangool/AsteroidsAPO2 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( SpriteBatch spriteBatch, int playerLife ) : void
HUD ( ) : System
Load ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
SetLevel ( int level ) : void
SetScore ( int score ) : void
Update ( GameTime gameTime ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( SpriteBatch spriteBatch, int playerLife ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
playerLife int
리턴 void

HUD() 공개 메소드

public HUD ( ) : System
리턴 System

Load() 공개 메소드

public Load ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
리턴 void

SetLevel() 공개 메소드

public SetLevel ( int level ) : void
level int
리턴 void

SetScore() 공개 메소드

public SetScore ( int score ) : void
score int
리턴 void

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void