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 Modifier and Type Field Description static intALIGNOFstatic intSIZEOF-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
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 static PxVehicleDriveSimData4WcreateAt(long address)static <T> PxVehicleDriveSimData4WcreateAt(T allocator, NativeObject.Allocator<T> allocate)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
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Field Detail
-
SIZEOF
public static final int SIZEOF
-
ALIGNOF
public static final int ALIGNOF
- See Also:
- Constant Field Values
-
-
Method Detail
-
wrapPointer
public static PxVehicleDriveSimData4W wrapPointer(long address)
-
createAt
public static PxVehicleDriveSimData4W createAt(long address)
- Parameters:
address- Pre-allocated memory, where the object is created.- Returns:
- Stack allocated object of PxVehicleDriveSimData4W
-
createAt
public static <T> PxVehicleDriveSimData4W createAt(T allocator, NativeObject.Allocator<T> allocate)
- Type Parameters:
T- Allocator class, e.g. LWJGL's MemoryStack.- Parameters:
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.- Returns:
- Stack allocated object of PxVehicleDriveSimData4W
-
destroy
public void destroy()
- Overrides:
destroyin classPxVehicleDriveSimData
-
getDiffData
public PxVehicleDifferential4WData getDiffData()
- Returns:
- WebIDL type:
PxVehicleDifferential4WData[Const, Ref]
-
getAckermannGeometryData
public PxVehicleAckermannGeometryData getAckermannGeometryData()
- Returns:
- WebIDL type:
PxVehicleAckermannGeometryData[Const, Ref]
-
setDiffData
public void setDiffData(PxVehicleDifferential4WData diff)
- Parameters:
diff- WebIDL type:PxVehicleDifferential4WData[Const, Ref]
-
setAckermannGeometryData
public void setAckermannGeometryData(PxVehicleAckermannGeometryData ackermannData)
- Parameters:
ackermannData- WebIDL type:PxVehicleAckermannGeometryData[Const, Ref]
-
-