String constants that represent the solar system bodies supported by Astronomy Engine.
The following strings represent solar system bodies supported by various Astronomy Engine functions.
Not every body is supported by every function; consult the documentation for each function
to find which bodies it supports.
String constants that represent the solar system bodies supported by Astronomy Engine.
The following strings represent solar system bodies supported by various Astronomy Engine functions. Not every body is supported by every function; consult the documentation for each function to find which bodies it supports.
"Sun", "Moon", "Mercury", "Venus", "Earth", "Mars", "Jupiter", "Saturn", "Uranus", "Neptune", "Pluto", "SSB" (Solar System Barycenter), "EMB" (Earth/Moon Barycenter)
You can also use enumeration syntax for the bodies, like
Astronomy.Body.Moon,Astronomy.Body.Jupiter, etc.