C# 클래스 spaceconquest.Galaxy

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

공개 프로퍼티들

프로퍼티 타입 설명
gName String
positions List
systems List

보호된 프로퍼티들

프로퍼티 타입 설명
lines List

공개 메소드들

메소드 설명
Draw ( Vector3 offset, float xr, float yr, float zr, float height ) : void
Galaxy ( String g, int size ) : System
Galaxy ( String g, int size, System.Int64 seed ) : System
GetHex ( Tuple c ) : Hex3D
GetHex ( int s, int x, int y ) : Hex3D
GetMouseOverSystem ( ) : SolarSystem3D
Update ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( Vector3 offset, float xr, float yr, float zr, float height ) : void
offset Vector3
xr float
yr float
zr float
height float
리턴 void

Galaxy() 공개 메소드

public Galaxy ( String g, int size ) : System
g String
size int
리턴 System

Galaxy() 공개 메소드

public Galaxy ( String g, int size, System.Int64 seed ) : System
g String
size int
seed System.Int64
리턴 System

GetHex() 공개 메소드

public GetHex ( Tuple c ) : Hex3D
c Tuple
리턴 Hex3D

GetHex() 공개 메소드

public GetHex ( int s, int x, int y ) : Hex3D
s int
x int
y int
리턴 Hex3D

GetMouseOverSystem() 공개 메소드

public GetMouseOverSystem ( ) : SolarSystem3D
리턴 SolarSystem3D

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

gName 공개적으로 프로퍼티

public String gName
리턴 String

lines 보호되어 있는 프로퍼티

protected List lines
리턴 List

positions 공개적으로 프로퍼티

public List positions
리턴 List

systems 공개적으로 프로퍼티

public List systems
리턴 List