java.lang.Object
physx.extensions.PxJointLinearLimit.Raw
- Enclosing class:
- PxJointLinearLimit
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetValue(long address) static longPxJointLinearLimit(float extent, long spring) static voidPxJointLinearLimit_placed(long address, float extent, long spring) static voidsetValue(long address, float value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxJointLinearLimit_placed
public static void PxJointLinearLimit_placed(long address, float extent, long spring) -
PxJointLinearLimit
public static long PxJointLinearLimit(float extent, long spring) -
destroy
public static void destroy(long address) -
getValue
public static float getValue(long address) -
setValue
public static void setValue(long address, float value)
-