Package physx.vehicle
Class PxVehicleTireData
- java.lang.Object
-
- physx.NativeObject
-
- physx.vehicle.PxVehicleTireData
-
public class PxVehicleTireData 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, isStackAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description PxVehicleTireData()protectedPxVehicleTireData(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()floatgetMCamberStiffnessPerUnitGravity()floatgetMLatStiffX()floatgetMLatStiffY()floatgetMLongitudinalStiffnessPerUnitGravity()intgetMType()voidsetMCamberStiffnessPerUnitGravity(float value)voidsetMLatStiffX(float value)voidsetMLatStiffY(float value)voidsetMLongitudinalStiffnessPerUnitGravity(float value)voidsetMType(int value)static PxVehicleTireDatawrapPointer(long address)-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Method Detail
-
wrapPointer
public static PxVehicleTireData wrapPointer(long address)
-
destroy
public void destroy()
-
getMLatStiffX
public float getMLatStiffX()
- Returns:
- float
-
setMLatStiffX
public void setMLatStiffX(float value)
- Parameters:
value- float
-
getMLatStiffY
public float getMLatStiffY()
- Returns:
- float
-
setMLatStiffY
public void setMLatStiffY(float value)
- Parameters:
value- float
-
getMLongitudinalStiffnessPerUnitGravity
public float getMLongitudinalStiffnessPerUnitGravity()
- Returns:
- float
-
setMLongitudinalStiffnessPerUnitGravity
public void setMLongitudinalStiffnessPerUnitGravity(float value)
- Parameters:
value- float
-
getMCamberStiffnessPerUnitGravity
public float getMCamberStiffnessPerUnitGravity()
- Returns:
- float
-
setMCamberStiffnessPerUnitGravity
public void setMCamberStiffnessPerUnitGravity(float value)
- Parameters:
value- float
-
getMType
public int getMType()
- Returns:
- unsigned long
-
setMType
public void setMType(int value)
- Parameters:
value- unsigned long
-
-