public class PxVehicleDriveSimData extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxVehicleDriveSimData() |
protected |
PxVehicleDriveSimData(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
PxVehicleAutoBoxData |
getAutoBoxData() |
PxVehicleClutchData |
getClutchData() |
PxVehicleEngineData |
getEngineData() |
PxVehicleGearsData |
getGearsData() |
void |
setAutoBoxData(PxVehicleAutoBoxData clutch) |
void |
setClutchData(PxVehicleClutchData clutch) |
void |
setEngineData(PxVehicleEngineData engine) |
void |
setGearsData(PxVehicleGearsData gears) |
static PxVehicleDriveSimData |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxVehicleDriveSimData(long address)
public PxVehicleDriveSimData()
public static PxVehicleDriveSimData wrapPointer(long address)
public void destroy()
public PxVehicleEngineData getEngineData()
PxVehicleEngineData [Const, Ref]public void setEngineData(PxVehicleEngineData engine)
engine - WebIDL type: PxVehicleEngineData [Const, Ref]public PxVehicleGearsData getGearsData()
PxVehicleGearsData [Const, Ref]public void setGearsData(PxVehicleGearsData gears)
gears - WebIDL type: PxVehicleGearsData [Const, Ref]public PxVehicleClutchData getClutchData()
PxVehicleClutchData [Const, Ref]public void setClutchData(PxVehicleClutchData clutch)
clutch - WebIDL type: PxVehicleClutchData [Const, Ref]public PxVehicleAutoBoxData getAutoBoxData()
PxVehicleAutoBoxData [Const, Ref]public void setAutoBoxData(PxVehicleAutoBoxData clutch)
clutch - WebIDL type: PxVehicleAutoBoxData [Const, Ref]