Package physx.vehicle
Class PxVehicleAntiRollBarData
- java.lang.Object
-
- physx.NativeObject
-
- physx.vehicle.PxVehicleAntiRollBarData
-
public class PxVehicleAntiRollBarData 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 PxVehicleAntiRollBarData()protectedPxVehicleAntiRollBarData(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()floatgetMStiffness()intgetMWheel0()intgetMWheel1()voidsetMStiffness(float value)voidsetMWheel0(int value)voidsetMWheel1(int value)static PxVehicleAntiRollBarDatawrapPointer(long address)-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Method Detail
-
wrapPointer
public static PxVehicleAntiRollBarData wrapPointer(long address)
-
destroy
public void destroy()
-
getMWheel0
public int getMWheel0()
- Returns:
- unsigned long
-
setMWheel0
public void setMWheel0(int value)
- Parameters:
value- unsigned long
-
getMWheel1
public int getMWheel1()
- Returns:
- unsigned long
-
setMWheel1
public void setMWheel1(int value)
- Parameters:
value- unsigned long
-
getMStiffness
public float getMStiffness()
- Returns:
- float
-
setMStiffness
public void setMStiffness(float value)
- Parameters:
value- float
-
-