public class PxVehicleClutchData extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxVehicleClutchData() |
protected |
PxVehicleClutchData(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
getMAccuracyMode() |
int |
getMEstimateIterations() |
float |
getMStrength() |
void |
setMAccuracyMode(int value) |
void |
setMEstimateIterations(int value) |
void |
setMStrength(float value) |
static PxVehicleClutchData |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxVehicleClutchData(long address)
public PxVehicleClutchData()
public static PxVehicleClutchData wrapPointer(long address)
public void destroy()
public float getMStrength()
public void setMStrength(float value)
value - WebIDL type: floatpublic int getMAccuracyMode()
PxVehicleClutchAccuracyModeEnum [enum]public void setMAccuracyMode(int value)
value - WebIDL type: PxVehicleClutchAccuracyModeEnum [enum]public int getMEstimateIterations()
public void setMEstimateIterations(int value)
value - WebIDL type: unsigned long