C# Class SEGORATA.Nation

Afficher le fichier Open project: JeremyGee/S.E.G.O.R.A.T.A. Class Usage Examples

Méthodes publiques

Свойство Type Description
Owner Player
continent int
name String
neighbors SEGORATA.Nation[]

Méthodes publiques

Méthode Description
Draw ( ) : void
Nation ( rGame game, int X, int Y, Microsoft.Xna.Framework.Graphics.Texture2D texture, int Continent, Player Ownership, Nation Neighbors, String Name ) : System
Update ( ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

Nation() public méthode

public Nation ( rGame game, int X, int Y, Microsoft.Xna.Framework.Graphics.Texture2D texture, int Continent, Player Ownership, Nation Neighbors, String Name ) : System
game rGame
X int
Y int
texture Microsoft.Xna.Framework.Graphics.Texture2D
Continent int
Ownership Player
Neighbors Nation
Name String
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Owner public_oe property

public Player,SEGORATA Owner
Résultat Player

continent public_oe property

public int continent
Résultat int

name public_oe property

public String name
Résultat String

neighbors public_oe property

public Nation[],SEGORATA neighbors
Résultat SEGORATA.Nation[]