C# 클래스 spaceconquest.Map

파일 보기 프로젝트 열기: cclay/spaceconquest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
galaxy Galaxy
players List

공개 메소드들

메소드 설명
GetHomeSystem ( ) : SolarSystem3D
GetInstancePlayer ( ) : Player
Map ( int nPlayers, int instanceIndex, String name, System.Int64 seed ) : System
SetPlayer ( int i ) : Player

메소드 상세

GetHomeSystem() 공개 메소드

public GetHomeSystem ( ) : SolarSystem3D
리턴 SolarSystem3D

GetInstancePlayer() 공개 메소드

public GetInstancePlayer ( ) : Player
리턴 Player

Map() 공개 메소드

public Map ( int nPlayers, int instanceIndex, String name, System.Int64 seed ) : System
nPlayers int
instanceIndex int
name String
seed System.Int64
리턴 System

SetPlayer() 공개 메소드

public SetPlayer ( int i ) : Player
i int
리턴 Player

프로퍼티 상세

galaxy 공개적으로 프로퍼티

public Galaxy,spaceconquest galaxy
리턴 Galaxy

players 공개적으로 프로퍼티

public List players
리턴 List