java.lang.Object
physx.vehicle2.PxVehicleTireStickyState.Raw
- Enclosing class:
- PxVehicleTireStickyState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static booleangetActiveStatus(long address, int index) static floatgetLowSpeedTime(long address, int index) static longstatic voidsetActiveStatus(long address, int index, boolean value) static voidsetLowSpeedTime(long address, int index, float value) static voidsetToDefault(long address)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxVehicleTireStickyState
public static long PxVehicleTireStickyState() -
destroy
public static void destroy(long address) -
getLowSpeedTime
public static float getLowSpeedTime(long address, int index) -
setLowSpeedTime
public static void setLowSpeedTime(long address, int index, float value) -
getActiveStatus
public static boolean getActiveStatus(long address, int index) -
setActiveStatus
public static void setActiveStatus(long address, int index, boolean value) -
setToDefault
public static void setToDefault(long address)
-