public class PxJointLimitParameters extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxJointLimitParameters() |
protected |
PxJointLimitParameters(long address) |
| Modifier and Type | Method and Description |
|---|---|
float |
getBounceThreshold() |
float |
getContactDistance() |
float |
getDamping() |
float |
getRestitution() |
float |
getStiffness() |
boolean |
isSoft() |
boolean |
isValid() |
void |
setBounceThreshold(float value) |
void |
setContactDistance(float value) |
void |
setDamping(float value) |
void |
setRestitution(float value) |
void |
setStiffness(float value) |
static PxJointLimitParameters |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxJointLimitParameters()
protected PxJointLimitParameters(long address)
public static PxJointLimitParameters wrapPointer(long address)
public float getRestitution()
public void setRestitution(float value)
value - WebIDL type: floatpublic float getBounceThreshold()
public void setBounceThreshold(float value)
value - WebIDL type: floatpublic float getStiffness()
public void setStiffness(float value)
value - WebIDL type: floatpublic float getDamping()
public void setDamping(float value)
value - WebIDL type: floatpublic float getContactDistance()
public void setContactDistance(float value)
value - WebIDL type: floatpublic boolean isValid()
public boolean isSoft()