public class BatchVehicleUpdateDesc extends NativeObject
NativeObject.Allocator<T>| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNOF |
static int |
SIZEOF |
address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
BatchVehicleUpdateDesc() |
protected |
BatchVehicleUpdateDesc(long address) |
checkNotNull, equals, getAddress, hashCodepublic static final int SIZEOF
public static final int ALIGNOF
protected BatchVehicleUpdateDesc(long address)
public BatchVehicleUpdateDesc()
public static BatchVehicleUpdateDesc wrapPointer(long address)
public static BatchVehicleUpdateDesc createAt(long address)
address - Pre-allocated memory, where the object is created.public static <T> BatchVehicleUpdateDesc 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()
public PxFoundation getFoundation()
PxFoundationpublic void setFoundation(PxFoundation value)
value - WebIDL type: PxFoundationpublic PxVehicleDrivableSurfaceToTireFrictionPairs getFrictionPairs()
PxVehicleDrivableSurfaceToTireFrictionPairspublic void setFrictionPairs(PxVehicleDrivableSurfaceToTireFrictionPairs value)
value - WebIDL type: PxVehicleDrivableSurfaceToTireFrictionPairspublic int getMaxNbVehicles()
public void setMaxNbVehicles(int value)
value - WebIDL type: unsigned longpublic int getMaxNbWheelsPerVehicle()
public void setMaxNbWheelsPerVehicle(int value)
value - WebIDL type: unsigned longpublic int getMaxNbHitPointsPerWheel()
public void setMaxNbHitPointsPerWheel(int value)
value - WebIDL type: unsigned longpublic int getNumWorkers()
public void setNumWorkers(int value)
value - WebIDL type: unsigned longpublic int getBatchSize()
public void setBatchSize(int value)
value - WebIDL type: unsigned longpublic PxBatchQueryPreFilterShader getPreFilterShader()
PxBatchQueryPreFilterShader [Value]public void setPreFilterShader(PxBatchQueryPreFilterShader value)
value - WebIDL type: PxBatchQueryPreFilterShader [Value]public PxBatchQueryPostFilterShader getPostFilterShader()
PxBatchQueryPostFilterShader [Value]public void setPostFilterShader(PxBatchQueryPostFilterShader value)
value - WebIDL type: PxBatchQueryPostFilterShader [Value]