Package physx.vehicle
Class PxVehicleAutoBoxData
- java.lang.Object
-
- physx.NativeObject
-
- physx.vehicle.PxVehicleAutoBoxData
-
public class PxVehicleAutoBoxData extends NativeObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description PxVehicleAutoBoxData()protectedPxVehicleAutoBoxData(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()floatgetDownRatios(int a)floatgetLatency()floatgetMDownRatios(int index)floatgetMUpRatios(int index)floatgetUpRatios(int a)voidsetDownRatios(int a, float ratio)voidsetLatency(float latency)voidsetMDownRatios(int index, float value)voidsetMUpRatios(int index, float value)voidsetUpRatios(int a, float ratio)static PxVehicleAutoBoxDatawrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxVehicleAutoBoxData wrapPointer(long address)
-
destroy
public void destroy()
-
getMUpRatios
public float getMUpRatios(int index)
- Parameters:
index- Array index- Returns:
- WebIDL type: float
-
setMUpRatios
public void setMUpRatios(int index, float value)- Parameters:
index- Array indexvalue- WebIDL type: float
-
getMDownRatios
public float getMDownRatios(int index)
- Parameters:
index- Array index- Returns:
- WebIDL type: float
-
setMDownRatios
public void setMDownRatios(int index, float value)- Parameters:
index- Array indexvalue- WebIDL type: float
-
setLatency
public void setLatency(float latency)
- Parameters:
latency- WebIDL type: float
-
getLatency
public float getLatency()
- Returns:
- WebIDL type: float
-
getUpRatios
public float getUpRatios(int a)
- Parameters:
a- WebIDL type:PxVehicleGearEnum[enum]- Returns:
- WebIDL type: float
-
setUpRatios
public void setUpRatios(int a, float ratio)- Parameters:
a- WebIDL type:PxVehicleGearEnum[enum]ratio- WebIDL type: float
-
getDownRatios
public float getDownRatios(int a)
- Parameters:
a- WebIDL type:PxVehicleGearEnum[enum]- Returns:
- WebIDL type: float
-
setDownRatios
public void setDownRatios(int a, float ratio)- Parameters:
a- WebIDL type:PxVehicleGearEnum[enum]ratio- WebIDL type: float
-
-