|
Aerodynamic Objects Core 2.0.0
|
Used to move the cars in the ground vehicle wakes demo scene. More...
Public Types | |
| enum | motionType |
Public Attributes | |
| float | positionAmplitude = 10 |
| Use to control relative size of movement More... | |
| float | velocityAmplitude = 2 |
| Use to control relative speed of movement More... | |
| float | positionAmplitudeFrequency |
| Rate at which position amplitude changes over time. More... | |
| float | velocityAmplitudeFrequency |
| Rate at which velocity amplitude changes over time. More... | |
| motionType | type = motionType.linear |
Used to move the cars in the ground vehicle wakes demo scene.
| float AerodynamicObjects.Demos.BodyMotion.positionAmplitude = 10 |
Use to control relative size of movement
| float AerodynamicObjects.Demos.BodyMotion.positionAmplitudeFrequency |
Rate at which position amplitude changes over time.
| motionType AerodynamicObjects.Demos.BodyMotion.type = motionType.linear |
| float AerodynamicObjects.Demos.BodyMotion.velocityAmplitude = 2 |
Use to control relative speed of movement
| float AerodynamicObjects.Demos.BodyMotion.velocityAmplitudeFrequency |
Rate at which velocity amplitude changes over time.