Package physx.vehicle
Class PxVehicleDriveSimData
- java.lang.Object
-
- physx.NativeObject
-
- physx.vehicle.PxVehicleDriveSimData
-
- Direct Known Subclasses:
PxVehicleDriveSimData4W,PxVehicleDriveSimDataNW
public class PxVehicleDriveSimData extends NativeObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description PxVehicleDriveSimData()protectedPxVehicleDriveSimData(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()PxVehicleAutoBoxDatagetAutoBoxData()PxVehicleClutchDatagetClutchData()PxVehicleEngineDatagetEngineData()PxVehicleGearsDatagetGearsData()voidsetAutoBoxData(PxVehicleAutoBoxData clutch)voidsetClutchData(PxVehicleClutchData clutch)voidsetEngineData(PxVehicleEngineData engine)voidsetGearsData(PxVehicleGearsData gears)static PxVehicleDriveSimDatawrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxVehicleDriveSimData wrapPointer(long address)
-
destroy
public void destroy()
-
getEngineData
public PxVehicleEngineData getEngineData()
- Returns:
- WebIDL type:
PxVehicleEngineData[Const, Ref]
-
setEngineData
public void setEngineData(PxVehicleEngineData engine)
- Parameters:
engine- WebIDL type:PxVehicleEngineData[Const, Ref]
-
getGearsData
public PxVehicleGearsData getGearsData()
- Returns:
- WebIDL type:
PxVehicleGearsData[Const, Ref]
-
setGearsData
public void setGearsData(PxVehicleGearsData gears)
- Parameters:
gears- WebIDL type:PxVehicleGearsData[Const, Ref]
-
getClutchData
public PxVehicleClutchData getClutchData()
- Returns:
- WebIDL type:
PxVehicleClutchData[Const, Ref]
-
setClutchData
public void setClutchData(PxVehicleClutchData clutch)
- Parameters:
clutch- WebIDL type:PxVehicleClutchData[Const, Ref]
-
getAutoBoxData
public PxVehicleAutoBoxData getAutoBoxData()
- Returns:
- WebIDL type:
PxVehicleAutoBoxData[Const, Ref]
-
setAutoBoxData
public void setAutoBoxData(PxVehicleAutoBoxData clutch)
- Parameters:
clutch- WebIDL type:PxVehicleAutoBoxData[Const, Ref]
-
-