C# Class spaceconquest.Galaxy

Inheritance: Space
Afficher le fichier Open project: cclay/spaceconquest Class Usage Examples

Méthodes publiques

Свойство Type Description
gName String
positions List
systems List

Protected Properties

Свойство Type Description
lines List

Méthodes publiques

Méthode Description
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

Method Details

Draw() public méthode

public Draw ( Vector3 offset, float xr, float yr, float zr, float height ) : void
offset Vector3
xr float
yr float
zr float
height float
Résultat void

Galaxy() public méthode

public Galaxy ( String g, int size ) : System
g String
size int
Résultat System

Galaxy() public méthode

public Galaxy ( String g, int size, System.Int64 seed ) : System
g String
size int
seed System.Int64
Résultat System

GetHex() public méthode

public GetHex ( Tuple c ) : Hex3D
c Tuple
Résultat Hex3D

GetHex() public méthode

public GetHex ( int s, int x, int y ) : Hex3D
s int
x int
y int
Résultat Hex3D

GetMouseOverSystem() public méthode

public GetMouseOverSystem ( ) : SolarSystem3D
Résultat SolarSystem3D

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

gName public_oe property

public String gName
Résultat String

lines protected_oe property

protected List lines
Résultat List

positions public_oe property

public List positions
Résultat List

systems public_oe property

public List systems
Résultat List