C# Class AIsOfCatan.GUIPiece

Inheritance: TXADrawableComponent
Afficher le fichier Open project: rasmusgreve/catan Class Usage Examples

Méthodes publiques

Méthode Description
GUIPiece ( Vector2 position, int player, Token token, int t1, int t2, int t3 ) : System

Méthodes protégées

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

Private Methods

Méthode Description
GetTex ( Token token ) : Microsoft.Xna.Framework.Graphics.Texture2D

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

GUIPiece() public méthode

public GUIPiece ( Vector2 position, int player, Token token, int t1, int t2, int t3 ) : System
position Vector2
player int
token Token
t1 int
t2 int
t3 int
Résultat System