C# 클래스 Some2DRPG.GameObjects.Misc.BattleText

상속: GameEngine.GameObjects.Entity
파일 보기 프로젝트 열기: MichaelAquilina/Some-2D-RPG

공개 메소드들

메소드 설명
BattleText ( string text, Microsoft.Xna.Framework.Color color ) : GameEngine.Drawing.Text
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
Update ( GameTime gameTime, GameEngine engine ) : void

비공개 메소드들

메소드 설명
Construct ( string text, Microsoft.Xna.Framework.Color color ) : void

메소드 상세

BattleText() 공개 메소드

public BattleText ( string text, Microsoft.Xna.Framework.Color color ) : GameEngine.Drawing.Text
text string
color Microsoft.Xna.Framework.Color
리턴 GameEngine.Drawing.Text

LoadContent() 공개 메소드

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

Update() 공개 메소드

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