C# Class SEGORATA.Nation

显示文件 Open project: JeremyGee/S.E.G.O.R.A.T.A. Class Usage Examples

Public Properties

Property Type Description
Owner Player
continent int
name String
neighbors SEGORATA.Nation[]

Public Methods

Method 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 method

public Draw ( ) : void
return void

Nation() public method

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
return System

Update() public method

public Update ( ) : void
return void

Property Details

Owner public_oe property

public Player,SEGORATA Owner
return Player

continent public_oe property

public int continent
return int

name public_oe property

public String name
return String

neighbors public_oe property

public Nation[],SEGORATA neighbors
return SEGORATA.Nation[]