Gravity Engine 2 5.1
|
Display the specified point on the Orbit referenced by GSDisplayOrbit by moving the transform of this object to the correct location. More...
Public Member Functions | |
override void | AddToSceneDisplay (GSDisplay gsd) |
Public Member Functions inherited from GravityEngine2.GSDisplayObject | |
void | AddToSceneDisplay (GSDisplay gsd) |
bool | DisplayEnabled () |
virtual void | DisplayEnabledSet (bool value) |
int | DisplayId () |
void | DisplayIdSet (int id) |
GSDisplay | GSDisplay () |
Public Attributes | |
GSDisplayOrbit | displayOrbit |
Orbital.OrbitPoint | orbitPoint = Orbital.OrbitPoint.PERIAPSIS |
double | trueAnomDeg |
Public Attributes inherited from GravityEngine2.GSDisplayObject | |
int | framesBetweenUpdates = 0 |
Additional Inherited Members | |
Protected Attributes inherited from GravityEngine2.GSDisplayObject | |
bool | displayEnabled = true |
int | displayId = -1 |
int | framesUntilUpdate = 0 |
countdown until this display object shold update | |
GSDisplay | gsd |
Display the specified point on the Orbit referenced by GSDisplayOrbit by moving the transform of this object to the correct location.
This is done in the context of a specific GravitySceneDisplay.