C# Class AIsOfCatan.GUI.GUIPlayerInfo

Inheritance: TXADrawableComponent
Afficher le fichier Open project: rasmusgreve/catan

Méthodes publiques

Méthode Description
GUIPlayerInfo ( Vector2 position ) : System

Méthodes protégées

Méthode Description
DoUpdate ( GameTime time ) : void
Draw ( SpriteBatch batch ) : void

Method Details

DoUpdate() protected méthode

protected DoUpdate ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
Résultat void

Draw() protected méthode

protected Draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

GUIPlayerInfo() public méthode

public GUIPlayerInfo ( Vector2 position ) : System
position Vector2
Résultat System