java.lang.Object
physx.NativeObject
physx.extensions.PxJointLimitParameters
physx.extensions.PxJointLimitCone
-
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
ConstructorsModifierConstructorDescriptionprotectedPxJointLimitCone(float yLimitAngle, float zLimitAngle, PxSpring spring) protectedPxJointLimitCone(long address) -
Method Summary
Modifier and TypeMethodDescriptionstatic PxJointLimitConearrayGet(long baseAddress, int index) voiddestroy()floatfloatvoidsetYAngle(float value) voidsetZAngle(float value) static PxJointLimitConewrapPointer(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
-
PxJointLimitCone
protected PxJointLimitCone() -
PxJointLimitCone
protected PxJointLimitCone(long address) -
PxJointLimitCone
- Parameters:
yLimitAngle- WebIDL type: floatzLimitAngle- WebIDL type: floatspring- WebIDL type:PxSpring[Const, Ref]
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getYAngle
public float getYAngle()- Returns:
- WebIDL type: float
-
setYAngle
public void setYAngle(float value) - Parameters:
value- WebIDL type: float
-
getZAngle
public float getZAngle()- Returns:
- WebIDL type: float
-
setZAngle
public void setZAngle(float value) - Parameters:
value- WebIDL type: float
-