java.lang.Object
physx.vehicle2.PxVehicleTireGripState.Raw
- Enclosing class:
- PxVehicleTireGripState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetFriction(long address) static floatgetLoad(long address) static voidsetFriction(long address, float value) static voidsetLoad(long address, float value) static voidsetToDefault(long address)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
destroy
public static void destroy(long address) -
getLoad
public static float getLoad(long address) -
setLoad
public static void setLoad(long address, float value) -
getFriction
public static float getFriction(long address) -
setFriction
public static void setFriction(long address, float value) -
setToDefault
public static void setToDefault(long address)
-