java.lang.Object
physx.NativeObject
physx.common.PxgDynamicsMemoryConfig
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PxgDynamicsMemoryConfigarrayGet(long baseAddress, int index) voiddestroy()intintintintintintintintintintintintbooleanisValid()voidsetCollisionStackSize(int value) voidsetFoundLostAggregatePairsCapacity(int value) voidsetFoundLostPairsCapacity(int value) voidsetHeapCapacity(int value) voidsetMaxFemClothContacts(int value) voidsetMaxHairContacts(int value) voidsetMaxParticleContacts(int value) voidsetMaxRigidContactCount(int value) voidsetMaxRigidPatchCount(int value) voidsetMaxSoftBodyContacts(int value) voidsetTempBufferCapacity(int value) voidsetTotalAggregatePairsCapacity(int value) static PxgDynamicsMemoryConfigwrapPointer(long address) Methods 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
-
PxgDynamicsMemoryConfig
protected PxgDynamicsMemoryConfig(long address) -
PxgDynamicsMemoryConfig
public PxgDynamicsMemoryConfig()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
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
-