java.lang.Object
physx.NativeObject
physx.physics.PxConstraintConnector
physx.vehicle2.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
ConstructorsModifierConstructorDescriptionprotectedPxVehicleConstraintConnector(long address) PxVehicleConstraintConnector(PxVehiclePhysXConstraintState vehicleConstraintState) -
Method Summary
Modifier and TypeMethodDescriptionstatic PxVehicleConstraintConnectorarrayGet(long baseAddress, int index) voiddestroy()voidObtain the pointer to the constraint's constant datavoidsetConstraintState(PxVehiclePhysXConstraintState constraintState) static PxVehicleConstraintConnectorwrapPointer(long address) Methods inherited from class physx.physics.PxConstraintConnector
connectToConstraint, getPrep, getSerializable, onComShift, onConstraintRelease, onOriginShift, prepareData, updateOmniPvdPropertiesMethods 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
-
PxVehicleConstraintConnector
protected PxVehicleConstraintConnector(long address) -
PxVehicleConstraintConnector
public PxVehicleConstraintConnector() -
PxVehicleConstraintConnector
- Parameters:
vehicleConstraintState- WebIDL type:PxVehiclePhysXConstraintState
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy()- Overrides:
destroyin classPxConstraintConnector
-
setConstraintState
- Parameters:
constraintState- WebIDL type:PxVehiclePhysXConstraintState
-
getConstantBlock
public void getConstantBlock()Description copied from class:PxConstraintConnectorObtain the pointer to the constraint's constant data- Overrides:
getConstantBlockin classPxConstraintConnector
-