public sealed class WorldStateSnapshotContains current terraformation measurements for one planet.
Members
IsAvailableGets whether the world-unit system is initialized.propertyPlanetIdGets the current planet ID, or null.propertyUnitsGets all available unit snapshots.propertyCurrentStageGets the current global terraformation stage, if known.propertyNextStageGets the next global terraformation stage, if one remains.propertyNextStageCompletionPercentGets completion toward the next stage from zero through 100.propertyIsAvailable
propertypublic bool IsAvailableGets whether the world-unit system is initialized.
PlanetId
propertypublic string? PlanetIdGets the current planet ID, or null.
Units
propertypublic IReadOnlyList<WorldUnitSnapshot> UnitsGets all available unit snapshots.
CurrentStage
propertypublic TerraformStageSnapshot? CurrentStageGets the current global terraformation stage, if known.
NextStage
propertypublic TerraformStageSnapshot? NextStageGets the next global terraformation stage, if one remains.
NextStageCompletionPercent
propertypublic double NextStageCompletionPercentGets completion toward the next stage from zero through 100.