WorldPhysicalModelSnapshot
USI.Core
Physical constants and average sea-level reference conditions used by the simulator's world model. These are model inputs, not local weather.
public sealed class WorldPhysicalModelSnapshot : IEquatable<WorldPhysicalModelSnapshot>Constructors
WorldPhysicalModelSnapshot
public WorldPhysicalModelSnapshot(double GravitationalParameterCubicMetersPerSecondSquared, Length MeanRadius, Temperature AverageSeaLevelTemperature, Pressure AverageSeaLevelPressure)Physical constants and average sea-level reference conditions used by the simulator's world model. These are model inputs, not local weather.
Properties
AverageSeaLevelPressure
public Pressure AverageSeaLevelPressure { get; set; }AverageSeaLevelTemperature
public Temperature AverageSeaLevelTemperature { get; set; }GravitationalParameterCubicMetersPerSecondSquared
public double GravitationalParameterCubicMetersPerSecondSquared { get; set; }MeanRadius
public Length MeanRadius { get; set; }Methods
<Clone>$
public WorldPhysicalModelSnapshot <Clone>$()Deconstruct
public void Deconstruct(double GravitationalParameterCubicMetersPerSecondSquared, Length MeanRadius, Temperature AverageSeaLevelTemperature, Pressure AverageSeaLevelPressure)Equals
public bool Equals(object obj)Equals
public bool Equals(WorldPhysicalModelSnapshot other)GetHashCode
public int GetHashCode()ToString
public string ToString()