Package physx.physics

Class PxConstraintConnector

java.lang.Object
physx.NativeObject
physx.physics.PxConstraintConnector
Direct Known Subclasses:
PxVehicleConstraintConnector

public class PxConstraintConnector extends NativeObject
  • 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

      public static PxConstraintConnector wrapPointer(long address)
    • arrayGet

      public static PxConstraintConnector arrayGet(long baseAddress, int index)
    • 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

      public void onOriginShift(PxVec3 shift)
      Parameters:
      shift - WebIDL type: PxVec3 [Const, Ref]
    • getSerializable

      public PxBase getSerializable()
      Returns:
      WebIDL type: PxBase
    • getPrep

      public PxConstraintSolverPrep getPrep()
      Returns:
      WebIDL type: PxConstraintSolverPrep [Value]
    • getConstantBlock

      public void getConstantBlock()
    • connectToConstraint

      public void connectToConstraint(PxConstraint constraint)
      Parameters:
      constraint - WebIDL type: PxConstraint