Package physx.vehicle
Class PxVehicleDriveSimData4W
- java.lang.Object
-
- physx.NativeObject
-
- physx.vehicle.PxVehicleDriveSimData
-
- physx.vehicle.PxVehicleDriveSimData4W
-
public class PxVehicleDriveSimData4W extends PxVehicleDriveSimData
-
-
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 PxVehicleDriveSimData4W()protectedPxVehicleDriveSimData4W(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()PxVehicleAckermannGeometryDatagetAckermannGeometryData()PxVehicleDifferential4WDatagetDiffData()voidsetAckermannGeometryData(PxVehicleAckermannGeometryData ackermannData)voidsetDiffData(PxVehicleDifferential4WData diff)static PxVehicleDriveSimData4WwrapPointer(long address)-
Methods inherited from class physx.vehicle.PxVehicleDriveSimData
getAutoBoxData, getClutchData, getEngineData, getGearsData, setAutoBoxData, setClutchData, setEngineData, setGearsData
-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Method Detail
-
wrapPointer
public static PxVehicleDriveSimData4W wrapPointer(long address)
-
destroy
public void destroy()
- Overrides:
destroyin classPxVehicleDriveSimData
-
getDiffData
public PxVehicleDifferential4WData getDiffData()
- Returns:
PxVehicleDifferential4WData[Const, Ref]
-
getAckermannGeometryData
public PxVehicleAckermannGeometryData getAckermannGeometryData()
- Returns:
PxVehicleAckermannGeometryData[Const, Ref]
-
setDiffData
public void setDiffData(PxVehicleDifferential4WData diff)
- Parameters:
diff-PxVehicleDifferential4WData[Const, Ref]
-
setAckermannGeometryData
public void setAckermannGeometryData(PxVehicleAckermannGeometryData ackermannData)
- Parameters:
ackermannData-PxVehicleAckermannGeometryData[Const, Ref]
-
-