public class PxVehicleDrive4W extends PxVehicleDrive
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxVehicleDrive4W() |
protected |
PxVehicleDrive4W(long address) |
| Modifier and Type | Method and Description |
|---|---|
static PxVehicleDrive4W |
allocate(int nbWheels) |
void |
free() |
PxVehicleDriveSimData4W |
getMDriveSimData() |
void |
setMDriveSimData(PxVehicleDriveSimData4W value) |
void |
setToRestState() |
void |
setup(PxPhysics physics,
PxRigidDynamic vehActor,
PxVehicleWheelsSimData wheelsData,
PxVehicleDriveSimData4W driveData,
int nbNonDrivenWheels) |
static PxVehicleDrive4W |
wrapPointer(long address) |
getMDriveDynData, setMDriveDynDatacomputeForwardSpeed, computeSidewaysSpeed, getMWheelsDynData, getMWheelsSimData, getNbNonDrivenWheels, getRigidDynamicActor, getVehicleType, setMWheelsDynData, setMWheelsSimDatagetBaseFlags, getConcreteType, getConcreteTypeName, isReleasable, release, setBaseFlag, setBaseFlagscheckNotNull, equals, getAddress, hashCodeprotected PxVehicleDrive4W()
protected PxVehicleDrive4W(long address)
public static PxVehicleDrive4W wrapPointer(long address)
public PxVehicleDriveSimData4W getMDriveSimData()
PxVehicleDriveSimData4W [Value]public void setMDriveSimData(PxVehicleDriveSimData4W value)
value - WebIDL type: PxVehicleDriveSimData4W [Value]public static PxVehicleDrive4W allocate(int nbWheels)
nbWheels - WebIDL type: unsigned longPxVehicleDrive4Wpublic void free()
public void setup(PxPhysics physics, PxRigidDynamic vehActor, PxVehicleWheelsSimData wheelsData, PxVehicleDriveSimData4W driveData, int nbNonDrivenWheels)
physics - WebIDL type: PxPhysicsvehActor - WebIDL type: PxRigidDynamicwheelsData - WebIDL type: PxVehicleWheelsSimData [Const, Ref]driveData - WebIDL type: PxVehicleDriveSimData4W [Const, Ref]nbNonDrivenWheels - WebIDL type: unsigned longpublic void setToRestState()