public class PxVehicleDriveSimData4W extends PxVehicleDriveSimData
NativeObject.Allocator<T>| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNOF |
static int |
SIZEOF |
address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxVehicleDriveSimData4W() |
protected |
PxVehicleDriveSimData4W(long address) |
| Modifier and Type | Method and Description |
|---|---|
static PxVehicleDriveSimData4W |
createAt(long address) |
static <T> PxVehicleDriveSimData4W |
createAt(T allocator,
NativeObject.Allocator<T> allocate) |
void |
destroy() |
PxVehicleAckermannGeometryData |
getAckermannGeometryData() |
PxVehicleDifferential4WData |
getDiffData() |
void |
setAckermannGeometryData(PxVehicleAckermannGeometryData ackermannData) |
void |
setDiffData(PxVehicleDifferential4WData diff) |
static PxVehicleDriveSimData4W |
wrapPointer(long address) |
getAutoBoxData, getClutchData, getEngineData, getGearsData, setAutoBoxData, setClutchData, setEngineData, setGearsDatacheckNotNull, equals, getAddress, hashCodepublic static final int SIZEOF
public static final int ALIGNOF
protected PxVehicleDriveSimData4W(long address)
public PxVehicleDriveSimData4W()
public static PxVehicleDriveSimData4W wrapPointer(long address)
public static PxVehicleDriveSimData4W createAt(long address)
address - Pre-allocated memory, where the object is created.public static <T> PxVehicleDriveSimData4W createAt(T allocator, NativeObject.Allocator<T> allocate)
T - Allocator class, e.g. LWJGL's MemoryStack.allocator - Object to use for allocation, e.g. an instance of LWJGL's MemoryStack.allocate - Method to call on allocator to obtain the target address, e.g. MemoryStack::nmalloc.public void destroy()
destroy in class PxVehicleDriveSimDatapublic PxVehicleDifferential4WData getDiffData()
PxVehicleDifferential4WData [Const, Ref]public PxVehicleAckermannGeometryData getAckermannGeometryData()
PxVehicleAckermannGeometryData [Const, Ref]public void setDiffData(PxVehicleDifferential4WData diff)
diff - WebIDL type: PxVehicleDifferential4WData [Const, Ref]public void setAckermannGeometryData(PxVehicleAckermannGeometryData ackermannData)
ackermannData - WebIDL type: PxVehicleAckermannGeometryData [Const, Ref]