java.lang.Object
physx.NativeObject
physx.physics.PxArticulationRootLinkData
-
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 PxArticulationRootLinkDataarrayGet(long baseAddress, int index) voiddestroy()voidsetTransform(PxTransform value) voidsetWorldAngAccel(PxVec3 value) voidsetWorldAngVel(PxVec3 value) voidsetWorldLinAccel(PxVec3 value) voidsetWorldLinVel(PxVec3 value) static PxArticulationRootLinkDatawrapPointer(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
-
PxArticulationRootLinkData
protected PxArticulationRootLinkData(long address) -
PxArticulationRootLinkData
public PxArticulationRootLinkData()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getTransform
- Returns:
- WebIDL type:
PxTransform[Value]
-
setTransform
- Parameters:
value- WebIDL type:PxTransform[Value]
-
getWorldLinVel
- Returns:
- WebIDL type:
PxVec3[Value]
-
setWorldLinVel
- Parameters:
value- WebIDL type:PxVec3[Value]
-
getWorldAngVel
- Returns:
- WebIDL type:
PxVec3[Value]
-
setWorldAngVel
- Parameters:
value- WebIDL type:PxVec3[Value]
-
getWorldLinAccel
- Returns:
- WebIDL type:
PxVec3[Value]
-
setWorldLinAccel
- Parameters:
value- WebIDL type:PxVec3[Value]
-
getWorldAngAccel
- Returns:
- WebIDL type:
PxVec3[Value]
-
setWorldAngAccel
- Parameters:
value- WebIDL type:PxVec3[Value]
-