java.lang.Object
physx.extensions.PxJointLimitParameters.Raw
- Enclosing class:
- PxJointLimitParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic floatgetBounceThreshold(long address) static floatgetDamping(long address) static floatgetRestitution(long address) static floatgetStiffness(long address) static booleanisSoft(long address) static booleanisValid(long address) static voidsetBounceThreshold(long address, float value) static voidsetDamping(long address, float value) static voidsetRestitution(long address, float value) static voidsetStiffness(long address, float value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
getRestitution
public static float getRestitution(long address) -
setRestitution
public static void setRestitution(long address, float value) -
getBounceThreshold
public static float getBounceThreshold(long address) -
setBounceThreshold
public static void setBounceThreshold(long address, float value) -
getStiffness
public static float getStiffness(long address) -
setStiffness
public static void setStiffness(long address, float value) -
getDamping
public static float getDamping(long address) -
setDamping
public static void setDamping(long address, float value) -
isValid
public static boolean isValid(long address) -
isSoft
public static boolean isSoft(long address)
-