java.lang.Object
physx.NativeObject
physx.extensions.PxJointLimitParameters
physx.extensions.PxJointLinearLimit
-
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
ConstructorsModifierConstructorDescriptionprotectedPxJointLinearLimit(float extent, PxSpring spring) protectedPxJointLinearLimit(long address) -
Method Summary
Modifier and TypeMethodDescriptionstatic PxJointLinearLimitarrayGet(long baseAddress, int index) voiddestroy()floatgetValue()voidsetValue(float value) static PxJointLinearLimitwrapPointer(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
-
PxJointLinearLimit
protected PxJointLinearLimit() -
PxJointLinearLimit
protected PxJointLinearLimit(long address) -
PxJointLinearLimit
- Parameters:
extent- WebIDL type: floatspring- WebIDL type:PxSpring[Const, Ref]
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getValue
public float getValue()- Returns:
- WebIDL type: float
-
setValue
public void setValue(float value) - Parameters:
value- WebIDL type: float
-