java.lang.Object
physx.vehicle2.PxVehicleTireCamberAngleState.Raw
- Enclosing class:
- PxVehicleTireCamberAngleState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetCamberAngle(long address) static longstatic voidsetCamberAngle(long address, float value) static voidsetToDefault(long address)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxVehicleTireCamberAngleState
public static long PxVehicleTireCamberAngleState() -
destroy
public static void destroy(long address) -
getCamberAngle
public static float getCamberAngle(long address) -
setCamberAngle
public static void setCamberAngle(long address, float value) -
setToDefault
public static void setToDefault(long address)
-