C# Class WarTornLands.DEBUG.ScreenLogComponent

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Afficher le fichier Open project: floAr/WarTornLands Class Usage Examples

Méthodes publiques

Свойство Type Description
DisplayColor Color
DisplayPosition Vector2

Méthodes publiques

Méthode Description
AddLog ( String log ) : void
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
ScreenLogComponent ( Microsoft.Xna.Framework.Game game ) : System
Update ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
LoadContent ( ) : void

Method Details

AddLog() public static méthode

public static AddLog ( String log ) : void
log String
Résultat void

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

ScreenLogComponent() public méthode

public ScreenLogComponent ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
Résultat System

Update() public méthode

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

Property Details

DisplayColor public_oe property

public Color DisplayColor
Résultat Color

DisplayPosition public_oe property

public Vector2 DisplayPosition
Résultat Vector2