public sealed class WeatherSnapshotContains a point-in-time view of the current planet's weather.
Members
IsAvailableGets whether the game's weather system is ready.propertyPlanetIdGets the current planet ID, or null.propertyIsActiveGets whether a synchronized weather event is active.propertyActiveEventIdGets the active event's stable asset ID, or null.propertyActiveDisplayNameGets the active event's readable name, or null.propertyHasAsteroidsGets whether the active event includes asteroids or meteors.propertyElapsedSecondsGets elapsed event time in seconds.propertyRemainingSecondsGets estimated remaining event time in seconds.propertyProgressGets normalized event progress from zero through one.propertyUnavailableReasonGets a short explanation when weather is unavailable, or an empty string when it is available.propertyIsAvailable
propertypublic bool IsAvailableGets whether the game's weather system is ready.
PlanetId
propertypublic string? PlanetIdGets the current planet ID, or null.
IsActive
propertypublic bool IsActiveGets whether a synchronized weather event is active.
ActiveEventId
propertypublic string? ActiveEventIdGets the active event's stable asset ID, or null.
ActiveDisplayName
propertypublic string? ActiveDisplayNameGets the active event's readable name, or null.
HasAsteroids
propertypublic bool HasAsteroidsGets whether the active event includes asteroids or meteors.
ElapsedSeconds
propertypublic float ElapsedSecondsGets elapsed event time in seconds.
RemainingSeconds
propertypublic float RemainingSecondsGets estimated remaining event time in seconds.
Progress
propertypublic float ProgressGets normalized event progress from zero through one.