DotNet.Astronomy.Record.NebulaNearby - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Astronomy / NebulaNearby
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/Nebulae.cs:58
One catalogued nebula, and how far it is from a place that was asked about.
new NebulaNearby(
Name,System,X,Y,Z,Type,RegionId,DistanceLy)
string
The display name.
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.
double
The straight-line distance from the place asked about, in light years.
DistanceLy:
double
The straight-line distance from the place asked about, in light years.
Name:
string
The display name.
RegionId:
int
The number of the codex region the nebula sits in.
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.