C# Class AIsOfCatan.GUIRoad

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

Private Properties

Property Type Description

Public Methods

Method Description
GUIRoad ( Vector2 position, float rotation, int playerId, int tile1, int tile2 ) : 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

GUIRoad() public method

public GUIRoad ( Vector2 position, float rotation, int playerId, int tile1, int tile2 ) : System
position Vector2
rotation float
playerId int
tile1 int
tile2 int
return System