public class PxJointLimitCone extends PxJointLimitParameters
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxJointLimitCone() |
|
PxJointLimitCone(float yLimitAngle,
float zLimitAngle,
PxSpring spring) |
protected |
PxJointLimitCone(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
float |
getYAngle() |
float |
getZAngle() |
void |
setYAngle(float value) |
void |
setZAngle(float value) |
static PxJointLimitCone |
wrapPointer(long address) |
getBounceThreshold, getContactDistance, getDamping, getRestitution, getStiffness, isSoft, isValid, setBounceThreshold, setContactDistance, setDamping, setRestitution, setStiffnesscheckNotNull, equals, getAddress, hashCodeprotected PxJointLimitCone()
protected PxJointLimitCone(long address)
public static PxJointLimitCone wrapPointer(long address)
public void destroy()
public float getYAngle()
public void setYAngle(float value)
value - WebIDL type: floatpublic float getZAngle()
public void setZAngle(float value)
value - WebIDL type: float