|
Aerodynamic Objects Core 2.0.0
|
Used to define the shape and size of the volume for a Fluid Volume. More...
Public Types | |
| enum | Shape |
Public Attributes | |
| Vector3 | boxSize = new Vector3(1, 1, 1) |
| float | sphereRadius = 0.5f |
| float | capsuleRadius = 0.5f |
| float | capsuleHeight = 1f |
| Shape | shape = Shape.Box |
Used to define the shape and size of the volume for a Fluid Volume.
| float AerodynamicObjects.BoundingVolume.capsuleHeight = 1f |
| float AerodynamicObjects.BoundingVolume.capsuleRadius = 0.5f |
| Shape AerodynamicObjects.BoundingVolume.shape = Shape.Box |
| float AerodynamicObjects.BoundingVolume.sphereRadius = 0.5f |