public class PxJointLinearLimitPair extends PxJointLimitParameters
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxJointLinearLimitPair() |
|
PxJointLinearLimitPair(float lowerLimit,
float upperLimit,
PxSpring spring) |
protected |
PxJointLinearLimitPair(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
float |
getLower() |
float |
getUpper() |
void |
setLower(float value) |
void |
setUpper(float value) |
static PxJointLinearLimitPair |
wrapPointer(long address) |
getBounceThreshold, getContactDistance, getDamping, getRestitution, getStiffness, isSoft, isValid, setBounceThreshold, setContactDistance, setDamping, setRestitution, setStiffnesscheckNotNull, equals, getAddress, hashCodeprotected PxJointLinearLimitPair()
protected PxJointLinearLimitPair(long address)
public static PxJointLinearLimitPair wrapPointer(long address)
public void destroy()
public float getUpper()
public void setUpper(float value)
value - WebIDL type: floatpublic float getLower()
public void setLower(float value)
value - WebIDL type: float