C# Class AIsOfCatan.GUIBufferTextBlock

Inheritance: TXATextBlock
Show file Open project: rasmusgreve/catan Class Usage Examples

Public Methods

Method Description
GUIBufferTextBlock ( Vector2 pos ) : System
GUIBufferTextBlock ( Vector2 pos, int bufSize ) : System

Protected Methods

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

GUIBufferTextBlock() public method

public GUIBufferTextBlock ( Vector2 pos ) : System
pos Vector2
return System

GUIBufferTextBlock() public method

public GUIBufferTextBlock ( Vector2 pos, int bufSize ) : System
pos Vector2
bufSize int
return System

UpdateRect() protected method

protected UpdateRect ( ) : void
return void