Enum in Zendir.Universe
Description
This defines the type of atmosphere that is being used on a celestial body, if at all.
Properties
| Declared | Description |
|---|---|
| None = 0 | No atmosphere is present on the body. |
| Exponential = 1 | This is a simple exponential atmosphere that is centered on the body andrises exponentially with altitude. |
| NRLMSIS = 2 | A more complex atmosphere model that is based on the NRLMSIS model. This isused only for Earth. |