java.lang.Object
physx.NativeObject
physx.extensions.PxJointLimitParameters
physx.extensions.PxJointLinearLimitPair
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPxJointLinearLimitPair(float lowerLimit, float upperLimit, PxSpring spring) protectedPxJointLinearLimitPair(long address) -
Method Summary
Modifier and TypeMethodDescriptionstatic PxJointLinearLimitPairarrayGet(long baseAddress, int index) voiddestroy()floatgetLower()floatgetUpper()voidsetLower(float value) voidsetUpper(float value) static PxJointLinearLimitPairwrapPointer(long address) Methods inherited from class physx.extensions.PxJointLimitParameters
getBounceThreshold, getDamping, getRestitution, getStiffness, isSoft, isValid, setBounceThreshold, setDamping, setRestitution, setStiffnessMethods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
Field Details
-
SIZEOF
public static final int SIZEOF -
ALIGNOF
public static final int ALIGNOF- See Also:
-
-
Constructor Details
-
PxJointLinearLimitPair
protected PxJointLinearLimitPair() -
PxJointLinearLimitPair
protected PxJointLinearLimitPair(long address) -
PxJointLinearLimitPair
- Parameters:
lowerLimit- WebIDL type: floatupperLimit- WebIDL type: floatspring- WebIDL type:PxSpring[Const, Ref]
-
-
Method Details
-
wrapPointer
-
arrayGet
-
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
-