|
Aerodynamic Objects Core 2.0.0
|
Provides functions that are used by UI elements to control the wind turbine. More...
Public Member Functions | |
| void | UpdateWindDirection (float newValue) |
| void | UpdateWindSpeed (float newValue) |
| void | UpdateBladePitch (float newValue) |
| void | UpdateBladeAspectRatio (float newValue) |
| void | RestartGame () |
Public Attributes | |
| WindTurbineController | turbineController |
Provides functions that are used by UI elements to control the wind turbine.
| void AerodynamicObjects.Demos.WindTurbineSceneController.RestartGame | ( | ) |
| void AerodynamicObjects.Demos.WindTurbineSceneController.UpdateBladeAspectRatio | ( | float | newValue | ) |
| void AerodynamicObjects.Demos.WindTurbineSceneController.UpdateBladePitch | ( | float | newValue | ) |
| void AerodynamicObjects.Demos.WindTurbineSceneController.UpdateWindDirection | ( | float | newValue | ) |
| void AerodynamicObjects.Demos.WindTurbineSceneController.UpdateWindSpeed | ( | float | newValue | ) |
| WindTurbineController AerodynamicObjects.Demos.WindTurbineSceneController.turbineController |