#include <PxVehicleUpdate.h>
Public Member Functions | |
PxVehicleConcurrentUpdateData () | |
Public Attributes | |
PxVehicleWheelConcurrentUpdateData * | concurrentWheelUpdates |
Pointer to an PxVehicleWheelConcurrentUpdate buffer of length nbConcurrentWheelUpdates The concurrentWheelUpdates buffer must persist until the end of PxVehiclePostUpdates A NULL pointer is not permitted. | |
PxU32 | nbConcurrentWheelUpdates |
The length of the concurrentWheelUpdates buffer. This value corresponds to the number of wheels in the associated vehicle passed to PxVehicleUpdates. | |
Private Attributes | |
PxVec3 | linearMomentumChange |
PxVec3 | angularMomentumChange |
bool | staySleeping |
bool | wakeup |
Friends | |
class | PxVehicleUpdate |
PxVehicleConcurrentUpdateData::PxVehicleConcurrentUpdateData | ( | ) | [inline] |
friend class PxVehicleUpdate [friend] |
Pointer to an PxVehicleWheelConcurrentUpdate buffer of length nbConcurrentWheelUpdates The concurrentWheelUpdates buffer must persist until the end of PxVehiclePostUpdates A NULL pointer is not permitted.
The length of the concurrentWheelUpdates buffer. This value corresponds to the number of wheels in the associated vehicle passed to PxVehicleUpdates.
bool PxVehicleConcurrentUpdateData::staySleeping [private] |
bool PxVehicleConcurrentUpdateData::wakeup [private] |