C# Class AIsOfCatan.GUI.GUIPlayerInfo

Inheritance: TXADrawableComponent
Show file Open project: rasmusgreve/catan

Public Methods

Method Description
GUIPlayerInfo ( Vector2 position ) : System

Protected Methods

Method Description
DoUpdate ( GameTime time ) : void
Draw ( SpriteBatch batch ) : void

Method Details

DoUpdate() protected method

protected DoUpdate ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
return void

Draw() protected method

protected Draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

GUIPlayerInfo() public method

public GUIPlayerInfo ( Vector2 position ) : System
position Vector2
return System