public class PxVehicleDifferential4WData extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxVehicleDifferential4WData() |
protected |
PxVehicleDifferential4WData(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
float |
getMCentreBias() |
float |
getMFrontBias() |
float |
getMFrontLeftRightSplit() |
float |
getMFrontRearSplit() |
float |
getMRearBias() |
float |
getMRearLeftRightSplit() |
int |
getMType() |
void |
setMCentreBias(float value) |
void |
setMFrontBias(float value) |
void |
setMFrontLeftRightSplit(float value) |
void |
setMFrontRearSplit(float value) |
void |
setMRearBias(float value) |
void |
setMRearLeftRightSplit(float value) |
void |
setMType(int value) |
static PxVehicleDifferential4WData |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxVehicleDifferential4WData(long address)
public PxVehicleDifferential4WData()
public static PxVehicleDifferential4WData wrapPointer(long address)
public void destroy()
public float getMFrontRearSplit()
public void setMFrontRearSplit(float value)
value - WebIDL type: floatpublic float getMFrontLeftRightSplit()
public void setMFrontLeftRightSplit(float value)
value - WebIDL type: floatpublic float getMRearLeftRightSplit()
public void setMRearLeftRightSplit(float value)
value - WebIDL type: floatpublic float getMCentreBias()
public void setMCentreBias(float value)
value - WebIDL type: floatpublic float getMFrontBias()
public void setMFrontBias(float value)
value - WebIDL type: floatpublic float getMRearBias()
public void setMRearBias(float value)
value - WebIDL type: floatpublic int getMType()
PxVehicleDifferential4WDataEnum [enum]public void setMType(int value)
value - WebIDL type: PxVehicleDifferential4WDataEnum [enum]