C# Class AIsOfCatan.GUIBufferTextBlock

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

Méthodes publiques

Méthode Description
GUIBufferTextBlock ( Vector2 pos ) : System
GUIBufferTextBlock ( Vector2 pos, int bufSize ) : System

Méthodes protégées

Méthode Description
DoUpdate ( GameTime time ) : void
Draw ( SpriteBatch batch ) : void
UpdateRect ( ) : 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

GUIBufferTextBlock() public méthode

public GUIBufferTextBlock ( Vector2 pos ) : System
pos Vector2
Résultat System

GUIBufferTextBlock() public méthode

public GUIBufferTextBlock ( Vector2 pos, int bufSize ) : System
pos Vector2
bufSize int
Résultat System

UpdateRect() protected méthode

protected UpdateRect ( ) : void
Résultat void