The global state of the gravity chooser game manipulated by the player. More...
Properties | |
| CelestialObject | CurrentCelestialObject [get, set] |
| Gets or sets the celestial object we are modelling. | |
| EarthGravityModel | CurrentEarthGravityModel [get, set] |
| Gets or sets the earths gravity model we are using. | |
| int | CurrentTextureVariation [get, set] |
| Gets or sets the texture variation to use . | |
| double | CurrentGravity [get, set] |
| Gets or sets the current selected gravity value. | |
The global state of the gravity chooser game manipulated by the player.
Definition at line 15 of file GravityChooserState.cs.
CelestialObject GravityChooser.GravityChooserState.CurrentCelestialObject [get, set] |
Gets or sets the celestial object we are modelling.
Definition at line 41 of file GravityChooserState.cs.
EarthGravityModel GravityChooser.GravityChooserState.CurrentEarthGravityModel [get, set] |
Gets or sets the earths gravity model we are using.
Definition at line 50 of file GravityChooserState.cs.
double GravityChooser.GravityChooserState.CurrentGravity [get, set] |
Gets or sets the current selected gravity value.
Definition at line 68 of file GravityChooserState.cs.
int GravityChooser.GravityChooserState.CurrentTextureVariation [get, set] |
Gets or sets the texture variation to use .
Definition at line 59 of file GravityChooserState.cs.
1.6.2