C# Class Some2DRPG.GameObjects.Misc.BattleText

Inheritance: GameEngine.GameObjects.Entity
Afficher le fichier Open project: MichaelAquilina/Some-2D-RPG

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Construct ( string text, Microsoft.Xna.Framework.Color color ) : void

Method Details

BattleText() public méthode

public BattleText ( string text, Microsoft.Xna.Framework.Color color ) : GameEngine.Drawing.Text
text string
color Microsoft.Xna.Framework.Color
Résultat GameEngine.Drawing.Text

LoadContent() public méthode

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
Résultat void

Update() public méthode

public Update ( GameTime gameTime, GameEngine engine ) : void
gameTime Microsoft.Xna.Framework.GameTime
engine GameEngine
Résultat void