java.lang.Object
physx.NativeObject
physx.physics.PxArticulationTendonJoint
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PxArticulationTendonJointarrayGet(long baseAddress, int index) voiddestroy()getLink()voidrelease()voidsetCoefficient(PxArticulationAxisEnum axis, float coefficient, float recipCoefficient) voidsetUserData(NativeObject value) static PxArticulationTendonJointwrapPointer(long address) Methods 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
-
PxArticulationTendonJoint
protected PxArticulationTendonJoint() -
PxArticulationTendonJoint
protected PxArticulationTendonJoint(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getUserData
- Returns:
- WebIDL type: VoidPtr
-
setUserData
- Parameters:
value- WebIDL type: VoidPtr
-
setCoefficient
- Parameters:
axis- WebIDL type:PxArticulationAxisEnum[enum]coefficient- WebIDL type: floatrecipCoefficient- WebIDL type: float
-
getLink
- Returns:
- WebIDL type:
PxArticulationLink
-
getParent
- Returns:
- WebIDL type:
PxArticulationTendonJoint
-
getTendon
- Returns:
- WebIDL type:
PxArticulationFixedTendon
-
release
public void release()
-