DotNet.Astronomy.Record.Nebula - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

EliteDangerousAlmanac / Astronomy / Nebula

Record: Nebula

Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/Nebulae.cs:40

One catalogued nebula, and where in the galaxy it sits.

Remarks

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.

Constructors

new Nebula()

new Nebula(Name, System, X, Y, Z, Type, RegionId)

Parameters

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.

System

string

The system the nebula is catalogued at.

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.

Type

NebulaType

Which class of nebula this is.

RegionId

int

The number of the codex region the nebula sits in, one through 42, which CodexRegions.Find reads.

Properties

Name

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

RegionId: int

The number of the codex region the nebula sits in, one through 42, which CodexRegions.Find reads.

System

System: string

The system the nebula is catalogued at.

Type

Type: NebulaType

Which class of nebula this is.

X

X: double

The system's galactic X in light years, with Sol at the origin.

Y

Y: double

The system's galactic Y in light years.

Z

Z: double

The system's galactic Z in light years.

⚠️ **GitHub.com Fallback** ⚠️