Package physx.physics

Class PxConstraintInfo

java.lang.Object
physx.NativeObject
physx.physics.PxConstraintInfo

public class PxConstraintInfo extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxConstraintInfo

      protected PxConstraintInfo()
    • PxConstraintInfo

      protected PxConstraintInfo(long address)
  • Method Details

    • wrapPointer

      public static PxConstraintInfo wrapPointer(long address)
    • arrayGet

      public static PxConstraintInfo arrayGet(long baseAddress, int index)
    • destroy

      public void destroy()
    • getConstraint

      public PxConstraint getConstraint()
      Returns:
      WebIDL type: PxConstraint
    • setConstraint

      public void setConstraint(PxConstraint value)
      Parameters:
      value - WebIDL type: PxConstraint
    • getExternalReference

      public NativeObject getExternalReference()
      Returns:
      WebIDL type: VoidPtr
    • setExternalReference

      public void setExternalReference(NativeObject value)
      Parameters:
      value - WebIDL type: VoidPtr
    • getType

      public int getType()
      Returns:
      WebIDL type: unsigned long
    • setType

      public void setType(int value)
      Parameters:
      value - WebIDL type: unsigned long