Package physx.vehicle
Class PxVehicleDifferential4WData
- java.lang.Object
-
- physx.NativeObject
-
- physx.vehicle.PxVehicleDifferential4WData
-
public class PxVehicleDifferential4WData 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 PxVehicleDifferential4WData()protectedPxVehicleDifferential4WData(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()floatgetMCentreBias()floatgetMFrontBias()floatgetMFrontLeftRightSplit()floatgetMFrontRearSplit()floatgetMRearBias()floatgetMRearLeftRightSplit()intgetMType()voidsetMCentreBias(float value)voidsetMFrontBias(float value)voidsetMFrontLeftRightSplit(float value)voidsetMFrontRearSplit(float value)voidsetMRearBias(float value)voidsetMRearLeftRightSplit(float value)voidsetMType(int value)static PxVehicleDifferential4WDatawrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxVehicleDifferential4WData wrapPointer(long address)
-
destroy
public void destroy()
-
getMFrontRearSplit
public float getMFrontRearSplit()
- Returns:
- WebIDL type: float
-
setMFrontRearSplit
public void setMFrontRearSplit(float value)
- Parameters:
value- WebIDL type: float
-
getMFrontLeftRightSplit
public float getMFrontLeftRightSplit()
- Returns:
- WebIDL type: float
-
setMFrontLeftRightSplit
public void setMFrontLeftRightSplit(float value)
- Parameters:
value- WebIDL type: float
-
getMRearLeftRightSplit
public float getMRearLeftRightSplit()
- Returns:
- WebIDL type: float
-
setMRearLeftRightSplit
public void setMRearLeftRightSplit(float value)
- Parameters:
value- WebIDL type: float
-
getMCentreBias
public float getMCentreBias()
- Returns:
- WebIDL type: float
-
setMCentreBias
public void setMCentreBias(float value)
- Parameters:
value- WebIDL type: float
-
getMFrontBias
public float getMFrontBias()
- Returns:
- WebIDL type: float
-
setMFrontBias
public void setMFrontBias(float value)
- Parameters:
value- WebIDL type: float
-
getMRearBias
public float getMRearBias()
- Returns:
- WebIDL type: float
-
setMRearBias
public void setMRearBias(float value)
- Parameters:
value- WebIDL type: float
-
getMType
public int getMType()
- Returns:
- WebIDL type:
PxVehicleDifferential4WDataEnum[enum]
-
setMType
public void setMType(int value)
- Parameters:
value- WebIDL type:PxVehicleDifferential4WDataEnum[enum]
-
-