Package physx.extensions
Class PxJointLimitCone
- java.lang.Object
-
- physx.NativeObject
-
- physx.extensions.PxJointLimitParameters
-
- physx.extensions.PxJointLimitCone
-
public class PxJointLimitCone 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 protectedPxJointLimitCone()PxJointLimitCone(float yLimitAngle, float zLimitAngle, PxSpring spring)protectedPxJointLimitCone(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()floatgetYAngle()floatgetZAngle()voidsetYAngle(float value)voidsetZAngle(float value)static PxJointLimitConewrapPointer(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 PxJointLimitCone wrapPointer(long address)
-
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
-
-