java.lang.Object
physx.NativeObject
physx.physics.PxConstraintConnector
- Direct Known Subclasses:
PxVehicleConstraintConnector
-
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 PxConstraintConnectorarrayGet(long baseAddress, int index) voidconnectToConstraint(PxConstraint constraint) voiddestroy()voidgetPrep()voidonComShift(int actor) voidvoidonOriginShift(PxVec3 shift) voidvoidstatic PxConstraintConnectorwrapPointer(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
-
PxConstraintConnector
protected PxConstraintConnector() -
PxConstraintConnector
protected PxConstraintConnector(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
prepareData
public void prepareData() -
updateOmniPvdProperties
public void updateOmniPvdProperties() -
onConstraintRelease
public void onConstraintRelease() -
onComShift
public void onComShift(int actor) - Parameters:
actor- WebIDL type: unsigned long
-
onOriginShift
- Parameters:
shift- WebIDL type:PxVec3[Const, Ref]
-
getSerializable
- Returns:
- WebIDL type:
PxBase
-
getPrep
- Returns:
- WebIDL type:
PxConstraintSolverPrep[Value]
-
getConstantBlock
public void getConstantBlock() -
connectToConstraint
- Parameters:
constraint- WebIDL type:PxConstraint
-