Package physx.physics
Class PxgDynamicsMemoryConfig
- java.lang.Object
-
- physx.NativeObject
-
- physx.physics.PxgDynamicsMemoryConfig
-
public class PxgDynamicsMemoryConfig extends NativeObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description PxgDynamicsMemoryConfig()protectedPxgDynamicsMemoryConfig(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()intgetConstraintBufferCapacity()intgetContactBufferCapacity()intgetContactStreamSize()intgetForceStreamCapacity()intgetFoundLostPairsCapacity()intgetHeapCapacity()intgetPatchStreamSize()intgetTempBufferCapacity()voidsetConstraintBufferCapacity(int value)voidsetContactBufferCapacity(int value)voidsetContactStreamSize(int value)voidsetForceStreamCapacity(int value)voidsetFoundLostPairsCapacity(int value)voidsetHeapCapacity(int value)voidsetPatchStreamSize(int value)voidsetTempBufferCapacity(int value)static PxgDynamicsMemoryConfigwrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxgDynamicsMemoryConfig wrapPointer(long address)
-
destroy
public void destroy()
-
getConstraintBufferCapacity
public int getConstraintBufferCapacity()
- Returns:
- WebIDL type: unsigned long
-
setConstraintBufferCapacity
public void setConstraintBufferCapacity(int value)
- Parameters:
value- WebIDL type: unsigned long
-
getContactBufferCapacity
public int getContactBufferCapacity()
- Returns:
- WebIDL type: unsigned long
-
setContactBufferCapacity
public void setContactBufferCapacity(int value)
- Parameters:
value- WebIDL type: unsigned long
-
getTempBufferCapacity
public int getTempBufferCapacity()
- Returns:
- WebIDL type: unsigned long
-
setTempBufferCapacity
public void setTempBufferCapacity(int value)
- Parameters:
value- WebIDL type: unsigned long
-
getContactStreamSize
public int getContactStreamSize()
- Returns:
- WebIDL type: unsigned long
-
setContactStreamSize
public void setContactStreamSize(int value)
- Parameters:
value- WebIDL type: unsigned long
-
getPatchStreamSize
public int getPatchStreamSize()
- Returns:
- WebIDL type: unsigned long
-
setPatchStreamSize
public void setPatchStreamSize(int value)
- Parameters:
value- WebIDL type: unsigned long
-
getForceStreamCapacity
public int getForceStreamCapacity()
- Returns:
- WebIDL type: unsigned long
-
setForceStreamCapacity
public void setForceStreamCapacity(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
-
-