DotNet.Astronomy.Record.Nebula - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Astronomy / Nebula
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/Nebulae.cs:40
One catalogued nebula, and where in the galaxy it sits.
A nebula fills space, and the catalogue records one point of it: where its system is. A distance from that point is therefore a distance to the system, and not to the edge of the cloud.
new Nebula(
Name,System,X,Y,Z,Type,RegionId)
string
The display name. A nebula the generator made usually carries its system's name, and sometimes a community name after it in brackets.
string
The system the nebula is catalogued at.
double
The system's galactic X in light years, with Sol at the origin.
double
The system's galactic Y in light years.
double
The system's galactic Z in light years.
Which class of nebula this is.
int
The number of the codex region the nebula sits in, one through 42, which CodexRegions.Find reads.
Name:
string
The display name. A nebula the generator made usually carries its system's name, and sometimes a community name after it in brackets.
RegionId:
int
The number of the codex region the nebula sits in, one through 42, which CodexRegions.Find reads.
System:
string
The system the nebula is catalogued at.
Type:
NebulaType
Which class of nebula this is.
X:
double
The system's galactic X in light years, with Sol at the origin.
Y:
double
The system's galactic Y in light years.
Z:
double
The system's galactic Z in light years.