C# Class AIsOfCatan.GUI.GUIPlayerBox

Inheritance: TXADrawableComponent
Mostrar archivo Open project: rasmusgreve/catan

Public Methods

Method Description
GUIPlayerBox ( Vector2 position, Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System

Protected Methods

Method Description
DoUpdate ( GameTime time ) : void

Method Details

DoUpdate() protected method

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

GUIPlayerBox() public method

public GUIPlayerBox ( Vector2 position, Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System
position Vector2
texture Microsoft.Xna.Framework.Graphics.Texture2D
return System