DotNet.Astronomy.Record.HandAuthoredRegion - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Astronomy / HandAuthoredRegion
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/HandAuthoredRegions.cs:27
A sector the game names by hand, and the space it fills.
Whether the region asks for a permit is not held here. PermitLocks is the one place that reads that, and it takes this name.
new HandAuthoredRegion(
Name,Spheres)
string
The region name as the game writes it, such as Pleiades Sector.
IReadOnlyList<HandAuthoredSphere>
The balls of space the region is the union of.
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.