Package physx.common

Class PxgDynamicsMemoryConfig

java.lang.Object
physx.NativeObject
physx.common.PxgDynamicsMemoryConfig

public class PxgDynamicsMemoryConfig extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxgDynamicsMemoryConfig

      protected PxgDynamicsMemoryConfig(long address)
    • PxgDynamicsMemoryConfig

      public PxgDynamicsMemoryConfig()
  • Method Details

    • wrapPointer

      public static PxgDynamicsMemoryConfig wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getTempBufferCapacity

      public int getTempBufferCapacity()
      Returns:
      WebIDL type: unsigned long
    • setTempBufferCapacity

      public void setTempBufferCapacity(int value)
      Parameters:
      value - WebIDL type: unsigned long
    • getMaxRigidContactCount

      public int getMaxRigidContactCount()
      Returns:
      WebIDL type: unsigned long
    • setMaxRigidContactCount

      public void setMaxRigidContactCount(int value)
      Parameters:
      value - WebIDL type: unsigned long
    • getMaxRigidPatchCount

      public int getMaxRigidPatchCount()
      Returns:
      WebIDL type: unsigned long
    • setMaxRigidPatchCount

      public void setMaxRigidPatchCount(int value)
      Parameters:
      value - WebIDL type: unsigned long
    • getHeapCapacity

      public int getHeapCapacity()
      Returns:
      WebIDL type: unsigned long
    • setHeapCapacity

      public void setHeapCapacity(int value)
      Parameters:
      value - WebIDL type: unsigned long
    • getFoundLostPairsCapacity

      public int getFoundLostPairsCapacity()
      Returns:
      WebIDL type: unsigned long
    • setFoundLostPairsCapacity

      public void setFoundLostPairsCapacity(int value)
      Parameters:
      value - WebIDL type: unsigned long
    • getFoundLostAggregatePairsCapacity

      public int getFoundLostAggregatePairsCapacity()
      Returns:
      WebIDL type: unsigned long
    • setFoundLostAggregatePairsCapacity

      public void setFoundLostAggregatePairsCapacity(int value)
      Parameters:
      value - WebIDL type: unsigned long
    • getTotalAggregatePairsCapacity

      public int getTotalAggregatePairsCapacity()
      Returns:
      WebIDL type: unsigned long
    • setTotalAggregatePairsCapacity

      public void setTotalAggregatePairsCapacity(int value)
      Parameters:
      value - WebIDL type: unsigned long
    • getMaxSoftBodyContacts

      public int getMaxSoftBodyContacts()
      Returns:
      WebIDL type: unsigned long
    • setMaxSoftBodyContacts

      public void setMaxSoftBodyContacts(int value)
      Parameters:
      value - WebIDL type: unsigned long
    • getMaxFemClothContacts

      public int getMaxFemClothContacts()
      Returns:
      WebIDL type: unsigned long
    • setMaxFemClothContacts

      public void setMaxFemClothContacts(int value)
      Parameters:
      value - WebIDL type: unsigned long
    • getMaxParticleContacts

      public int getMaxParticleContacts()
      Returns:
      WebIDL type: unsigned long
    • setMaxParticleContacts

      public void setMaxParticleContacts(int value)
      Parameters:
      value - WebIDL type: unsigned long
    • getCollisionStackSize

      public int getCollisionStackSize()
      Returns:
      WebIDL type: unsigned long
    • setCollisionStackSize

      public void setCollisionStackSize(int value)
      Parameters:
      value - WebIDL type: unsigned long
    • getMaxHairContacts

      public int getMaxHairContacts()
      Returns:
      WebIDL type: unsigned long
    • setMaxHairContacts

      public void setMaxHairContacts(int value)
      Parameters:
      value - WebIDL type: unsigned long
    • isValid

      public boolean isValid()
      Returns:
      WebIDL type: boolean