Package physx.vehicle
Class PxVehicleDrive
- java.lang.Object
-
- physx.NativeObject
-
- physx.common.PxBase
-
- physx.vehicle.PxVehicleWheels
-
- physx.vehicle.PxVehicleDrive
-
- Direct Known Subclasses:
PxVehicleDrive4W
public class PxVehicleDrive extends PxVehicleWheels
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isStackAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPxVehicleDrive()protectedPxVehicleDrive(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PxVehicleDriveDynDatagetMDriveDynData()voidsetMDriveDynData(PxVehicleDriveDynData value)static PxVehicleDrivewrapPointer(long address)-
Methods inherited from class physx.vehicle.PxVehicleWheels
computeForwardSpeed, computeSidewaysSpeed, getMWheelsDynData, getMWheelsSimData, getNbNonDrivenWheels, getRigidDynamicActor, getVehicleType, setMWheelsDynData, setMWheelsSimData
-
Methods inherited from class physx.common.PxBase
getBaseFlags, getConcreteType, getConcreteTypeName, isReleasable, release, setBaseFlag, setBaseFlags
-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Method Detail
-
wrapPointer
public static PxVehicleDrive wrapPointer(long address)
-
getMDriveDynData
public PxVehicleDriveDynData getMDriveDynData()
- Returns:
PxVehicleDriveDynData[Value]
-
setMDriveDynData
public void setMDriveDynData(PxVehicleDriveDynData value)
- Parameters:
value-PxVehicleDriveDynData[Value]
-
-