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