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

EliteDangerousAlmanac / Astronomy / HandAuthoredRegion

Record: HandAuthoredRegion

Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/HandAuthoredRegions.cs:27

A sector the game names by hand, and the space it fills.

Remarks

Whether the region asks for a permit is not held here. PermitLocks is the one place that reads that, and it takes this name.

Constructors

new HandAuthoredRegion()

new HandAuthoredRegion(Name, Spheres)

Parameters

Name

string

The region name as the game writes it, such as Pleiades Sector.

Spheres

IReadOnlyList<HandAuthoredSphere>

The balls of space the region is the union of.

Properties

Name

Name: string

The region name as the game writes it, such as Pleiades Sector.

Spheres

Spheres: IReadOnlyList<HandAuthoredSphere>

The balls of space the region is the union of.

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