C# Class AIsOfCatan.GUIRoad

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GUIRoad ( Vector2 position, float rotation, int playerId, int tile1, int tile2 ) : System

Méthodes protégées

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

GUIRoad() public méthode

public GUIRoad ( Vector2 position, float rotation, int playerId, int tile1, int tile2 ) : System
position Vector2
rotation float
playerId int
tile1 int
tile2 int
Résultat System