C# 클래스 SEGORATA.Nation

파일 보기 프로젝트 열기: JeremyGee/S.E.G.O.R.A.T.A. 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Owner Player
continent int
name String
neighbors SEGORATA.Nation[]

공개 메소드들

메소드 설명
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

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Nation() 공개 메소드

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
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Owner 공개적으로 프로퍼티

public Player,SEGORATA Owner
리턴 Player

continent 공개적으로 프로퍼티

public int continent
리턴 int

name 공개적으로 프로퍼티

public String name
리턴 String

neighbors 공개적으로 프로퍼티

public Nation[],SEGORATA neighbors
리턴 SEGORATA.Nation[]