public class PxVehicleTireData extends NativeObject
NativeObject.Allocator<T>| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNOF |
static int |
SIZEOF |
address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxVehicleTireData() |
protected |
PxVehicleTireData(long address) |
| Modifier and Type | Method and Description |
|---|---|
static PxVehicleTireData |
createAt(long address) |
static <T> PxVehicleTireData |
createAt(T allocator,
NativeObject.Allocator<T> allocate) |
void |
destroy() |
float |
getMCamberStiffnessPerUnitGravity() |
float |
getMLatStiffX() |
float |
getMLatStiffY() |
float |
getMLongitudinalStiffnessPerUnitGravity() |
int |
getMType() |
void |
setMCamberStiffnessPerUnitGravity(float value) |
void |
setMLatStiffX(float value) |
void |
setMLatStiffY(float value) |
void |
setMLongitudinalStiffnessPerUnitGravity(float value) |
void |
setMType(int value) |
static PxVehicleTireData |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodepublic static final int SIZEOF
public static final int ALIGNOF
protected PxVehicleTireData(long address)
public PxVehicleTireData()
public static PxVehicleTireData wrapPointer(long address)
public static PxVehicleTireData createAt(long address)
address - Pre-allocated memory, where the object is created.public static <T> PxVehicleTireData 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 float getMLatStiffX()
public void setMLatStiffX(float value)
value - WebIDL type: floatpublic float getMLatStiffY()
public void setMLatStiffY(float value)
value - WebIDL type: floatpublic float getMLongitudinalStiffnessPerUnitGravity()
public void setMLongitudinalStiffnessPerUnitGravity(float value)
value - WebIDL type: floatpublic float getMCamberStiffnessPerUnitGravity()
public void setMCamberStiffnessPerUnitGravity(float value)
value - WebIDL type: floatpublic int getMType()
public void setMType(int value)
value - WebIDL type: unsigned long