Package physx.extensions
Class PxJointLinearLimitPair
- java.lang.Object
-
- physx.NativeObject
-
- physx.extensions.PxJointLimitParameters
-
- physx.extensions.PxJointLinearLimitPair
-
public class PxJointLinearLimitPair extends PxJointLimitParameters
-
-
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 protectedPxJointLinearLimitPair()PxJointLinearLimitPair(float lowerLimit, float upperLimit, PxSpring spring)protectedPxJointLinearLimitPair(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()floatgetLower()floatgetUpper()voidsetLower(float value)voidsetUpper(float value)static PxJointLinearLimitPairwrapPointer(long address)-
Methods inherited from class physx.extensions.PxJointLimitParameters
getBounceThreshold, getContactDistance, getDamping, getRestitution, getStiffness, isSoft, isValid, setBounceThreshold, setContactDistance, setDamping, setRestitution, setStiffness
-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxJointLinearLimitPair wrapPointer(long address)
-
destroy
public void destroy()
-
getUpper
public float getUpper()
- Returns:
- WebIDL type: float
-
setUpper
public void setUpper(float value)
- Parameters:
value- WebIDL type: float
-
getLower
public float getLower()
- Returns:
- WebIDL type: float
-
setLower
public void setLower(float value)
- Parameters:
value- WebIDL type: float
-
-