Package physx.extensions
Class PxJointLimitParameters
- java.lang.Object
-
- physx.NativeObject
-
- physx.extensions.PxJointLimitParameters
-
- Direct Known Subclasses:
PxJointAngularLimitPair,PxJointLimitCone,PxJointLimitPyramid,PxJointLinearLimitPair
public class PxJointLimitParameters extends NativeObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPxJointLimitParameters()protectedPxJointLimitParameters(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetBounceThreshold()floatgetContactDistance()floatgetDamping()floatgetRestitution()floatgetStiffness()booleanisSoft()booleanisValid()voidsetBounceThreshold(float value)voidsetContactDistance(float value)voidsetDamping(float value)voidsetRestitution(float value)voidsetStiffness(float value)static PxJointLimitParameterswrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxJointLimitParameters wrapPointer(long address)
-
getRestitution
public float getRestitution()
- Returns:
- WebIDL type: float
-
setRestitution
public void setRestitution(float value)
- Parameters:
value- WebIDL type: float
-
getBounceThreshold
public float getBounceThreshold()
- Returns:
- WebIDL type: float
-
setBounceThreshold
public void setBounceThreshold(float value)
- Parameters:
value- WebIDL type: float
-
getStiffness
public float getStiffness()
- Returns:
- WebIDL type: float
-
setStiffness
public void setStiffness(float value)
- Parameters:
value- WebIDL type: float
-
getDamping
public float getDamping()
- Returns:
- WebIDL type: float
-
setDamping
public void setDamping(float value)
- Parameters:
value- WebIDL type: float
-
getContactDistance
public float getContactDistance()
- Returns:
- WebIDL type: float
-
setContactDistance
public void setContactDistance(float value)
- Parameters:
value- WebIDL type: float
-
isValid
public boolean isValid()
- Returns:
- WebIDL type: boolean
-
isSoft
public boolean isSoft()
- Returns:
- WebIDL type: boolean
-
-