See: Description
| Class | Description |
|---|---|
| CharacterController |
The "action" (controller) portion of a PhysicsCharacter, based on Bullet's
btKinematicCharacterController.
|
| ConfigFlag |
Named collision flags for use with a SoftBodyConfig.
|
| RigidBodyMotionState |
The motion state (transform) of a rigid body, with thread-safe access.
|
| RigidBodySnapshot |
Copy certain properties of a PhysicsRigidBody in order to re-apply them
later.
|
| SoftBodyConfig |
Provide access to fields of the native btSoftBody::Config struct.
|
| SoftBodyMaterial |
Provide access to 3 fields of the native btSoftBody::Material struct.
|
| VehicleController |
The "action" (controller) portion of a PhysicsVehicle, based on Bullet's
btRaycastVehicle.
|
| VehicleTuning |
Tuning parameters for a PhysicsVehicle, based on Bullet's btVehicleTuning.
|
| Enum | Description |
|---|---|
| Aero |
Enumerate the implemented aerodynamic models for a SoftBodyConfig.
|
| Cluster |
Enumerate the float-valued parameters in a soft-body cluster.
|
| Sbcp |
Enumerate the float-valued parameters in a SoftBodyConfig.
|