public class PxVehicleAutoBoxData extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxVehicleAutoBoxData() |
protected |
PxVehicleAutoBoxData(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
float |
getDownRatios(int a) |
float |
getLatency() |
float |
getMDownRatios(int index) |
float |
getMUpRatios(int index) |
float |
getUpRatios(int a) |
void |
setDownRatios(int a,
float ratio) |
void |
setLatency(float latency) |
void |
setMDownRatios(int index,
float value) |
void |
setMUpRatios(int index,
float value) |
void |
setUpRatios(int a,
float ratio) |
static PxVehicleAutoBoxData |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxVehicleAutoBoxData(long address)
public PxVehicleAutoBoxData()
public static PxVehicleAutoBoxData wrapPointer(long address)
public void destroy()
public float getMUpRatios(int index)
index - Array indexpublic void setMUpRatios(int index,
float value)
index - Array indexvalue - WebIDL type: floatpublic float getMDownRatios(int index)
index - Array indexpublic void setMDownRatios(int index,
float value)
index - Array indexvalue - WebIDL type: floatpublic void setLatency(float latency)
latency - WebIDL type: floatpublic float getLatency()
public float getUpRatios(int a)
a - WebIDL type: PxVehicleGearEnum [enum]public void setUpRatios(int a,
float ratio)
a - WebIDL type: PxVehicleGearEnum [enum]ratio - WebIDL type: floatpublic float getDownRatios(int a)
a - WebIDL type: PxVehicleGearEnum [enum]public void setDownRatios(int a,
float ratio)
a - WebIDL type: PxVehicleGearEnum [enum]ratio - WebIDL type: float