java.lang.Object
physx.vehicle2.PxVehicleSimulationContext.Raw
- Enclosing class:
- PxVehicleSimulationContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static longgetFrame(long address) static longgetGravity(long address) static longgetPvdContext(long address) static longgetScale(long address) static floatgetThresholdForwardSpeedForWheelAngleIntegration(long address) static longgetTireSlipParams(long address) static longgetTireStickyParams(long address) static intgetType(long address) static longstatic voidsetFrame(long address, long value) static voidsetGravity(long address, long value) static voidsetPvdContext(long address, long value) static voidsetScale(long address, long value) static voidsetThresholdForwardSpeedForWheelAngleIntegration(long address, float value) static voidsetTireSlipParams(long address, long value) static voidsetTireStickyParams(long address, 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
-
PxVehicleSimulationContext
public static long PxVehicleSimulationContext() -
destroy
public static void destroy(long address) -
getGravity
public static long getGravity(long address) -
setGravity
public static void setGravity(long address, long value) -
getFrame
public static long getFrame(long address) -
setFrame
public static void setFrame(long address, long value) -
getScale
public static long getScale(long address) -
setScale
public static void setScale(long address, long value) -
getTireSlipParams
public static long getTireSlipParams(long address) -
setTireSlipParams
public static void setTireSlipParams(long address, long value) -
getTireStickyParams
public static long getTireStickyParams(long address) -
setTireStickyParams
public static void setTireStickyParams(long address, long value) -
getThresholdForwardSpeedForWheelAngleIntegration
public static float getThresholdForwardSpeedForWheelAngleIntegration(long address) -
setThresholdForwardSpeedForWheelAngleIntegration
public static void setThresholdForwardSpeedForWheelAngleIntegration(long address, float value) -
getPvdContext
public static long getPvdContext(long address) -
setPvdContext
public static void setPvdContext(long address, long value) -
getType
public static int getType(long address) -
setToDefault
public static void setToDefault(long address) -
transformAndScale
public static long transformAndScale(long address, long srcFrame, long trgFrame, long srcScale, long trgScale)
-