Class PxParticleClothConstraint

java.lang.Object
physx.NativeObject
physx.particles.PxParticleClothConstraint

public class PxParticleClothConstraint extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxParticleClothConstraint

      protected PxParticleClothConstraint(long address)
    • PxParticleClothConstraint

      public PxParticleClothConstraint()
  • Method Details

    • wrapPointer

      public static PxParticleClothConstraint wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getParticleIndexA

      public int getParticleIndexA()
      Returns:
      WebIDL type: unsigned long
    • setParticleIndexA

      public void setParticleIndexA(int value)
      Parameters:
      value - WebIDL type: unsigned long
    • getParticleIndexB

      public int getParticleIndexB()
      Returns:
      WebIDL type: unsigned long
    • setParticleIndexB

      public void setParticleIndexB(int value)
      Parameters:
      value - WebIDL type: unsigned long
    • getLength

      public float getLength()
      Returns:
      WebIDL type: float
    • setLength

      public void setLength(float value)
      Parameters:
      value - WebIDL type: float
    • getConstraintType

      public int getConstraintType()
      Returns:
      WebIDL type: unsigned long
    • setConstraintType

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