public class PxVehicleGearsData extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxVehicleGearsData() |
protected |
PxVehicleGearsData(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
float |
getGearRatio(int a) |
float |
getMFinalRatio() |
int |
getMNbRatios() |
float |
getMRatios(int index) |
float |
getMSwitchTime() |
void |
setGearRatio(int a,
float ratio) |
void |
setMFinalRatio(float value) |
void |
setMNbRatios(int value) |
void |
setMRatios(int index,
float value) |
void |
setMSwitchTime(float value) |
static PxVehicleGearsData |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxVehicleGearsData(long address)
public PxVehicleGearsData()
public static PxVehicleGearsData wrapPointer(long address)
public void destroy()
public float getMRatios(int index)
index - Array indexpublic void setMRatios(int index,
float value)
index - Array indexvalue - WebIDL type: floatpublic float getMFinalRatio()
public void setMFinalRatio(float value)
value - WebIDL type: floatpublic int getMNbRatios()
public void setMNbRatios(int value)
value - WebIDL type: unsigned longpublic float getMSwitchTime()
public void setMSwitchTime(float value)
value - WebIDL type: floatpublic float getGearRatio(int a)
a - WebIDL type: PxVehicleGearEnum [enum]public void setGearRatio(int a,
float ratio)
a - WebIDL type: PxVehicleGearEnum [enum]ratio - WebIDL type: float