java.lang.Object
physx.extensions.PxJointAngularLimitPair.Raw
- Enclosing class:
- PxJointAngularLimitPair
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetLower(long address) static floatgetUpper(long address) static longPxJointAngularLimitPair(float lowerLimit, float upperLimit) static longPxJointAngularLimitPair(float lowerLimit, float upperLimit, long spring) static voidPxJointAngularLimitPair_placed(long address, float lowerLimit, float upperLimit) static voidPxJointAngularLimitPair_placed(long address, float lowerLimit, float upperLimit, long spring) static voidsetLower(long address, float value) static voidsetUpper(long address, float value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxJointAngularLimitPair_placed
public static void PxJointAngularLimitPair_placed(long address, float lowerLimit, float upperLimit) -
PxJointAngularLimitPair_placed
public static void PxJointAngularLimitPair_placed(long address, float lowerLimit, float upperLimit, long spring) -
PxJointAngularLimitPair
public static long PxJointAngularLimitPair(float lowerLimit, float upperLimit) -
PxJointAngularLimitPair
public static long PxJointAngularLimitPair(float lowerLimit, float upperLimit, long spring) -
destroy
public static void destroy(long address) -
getUpper
public static float getUpper(long address) -
setUpper
public static void setUpper(long address, float value) -
getLower
public static float getLower(long address) -
setLower
public static void setLower(long address, float value)
-