java.lang.Object
physx.vehicle2.PxVehicleTireStickyParams.Raw
- Enclosing class:
- PxVehicleTireStickyParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static longgetStickyParams(long address, int index) static booleanisValid(long address) static longstatic voidPxVehicleTireStickyParams_placed(long address) static voidsetStickyParams(long address, int index, long value) static voidsetToDefault(long address) static longtransformAndScale(long address, long srcFrame, long trgFrame, long srcScale, long trgScale)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxVehicleTireStickyParams_placed
public static void PxVehicleTireStickyParams_placed(long address) -
PxVehicleTireStickyParams
public static long PxVehicleTireStickyParams() -
destroy
public static void destroy(long address) -
getStickyParams
public static long getStickyParams(long address, int index) -
setStickyParams
public static void setStickyParams(long address, int index, long value) -
setToDefault
public static void setToDefault(long address) -
transformAndScale
public static long transformAndScale(long address, long srcFrame, long trgFrame, long srcScale, long trgScale) -
isValid
public static boolean isValid(long address)
-