java.lang.Object
physx.vehicle2.PxVehicleTireAxisStickyParams.Raw
- Enclosing class:
- PxVehicleTireAxisStickyParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetDamping(long address) static floatgetThresholdSpeed(long address) static floatgetThresholdTime(long address) static booleanisValid(long address) static longstatic voidPxVehicleTireAxisStickyParams_placed(long address) static voidsetDamping(long address, float value) static voidsetThresholdSpeed(long address, float value) static voidsetThresholdTime(long address, float value) static longtransformAndScale(long address, long srcFrame, long trgFrame, long srcScale, long trgScale)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxVehicleTireAxisStickyParams_placed
public static void PxVehicleTireAxisStickyParams_placed(long address) -
PxVehicleTireAxisStickyParams
public static long PxVehicleTireAxisStickyParams() -
destroy
public static void destroy(long address) -
getThresholdSpeed
public static float getThresholdSpeed(long address) -
setThresholdSpeed
public static void setThresholdSpeed(long address, float value) -
getThresholdTime
public static float getThresholdTime(long address) -
setThresholdTime
public static void setThresholdTime(long address, float value) -
getDamping
public static float getDamping(long address) -
setDamping
public static void setDamping(long address, float value) -
transformAndScale
public static long transformAndScale(long address, long srcFrame, long trgFrame, long srcScale, long trgScale) -
isValid
public static boolean isValid(long address)
-