public class PxgDynamicsMemoryConfig extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxgDynamicsMemoryConfig() |
protected |
PxgDynamicsMemoryConfig(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
getConstraintBufferCapacity() |
int |
getContactBufferCapacity() |
int |
getContactStreamSize() |
int |
getForceStreamCapacity() |
int |
getFoundLostPairsCapacity() |
int |
getHeapCapacity() |
int |
getPatchStreamSize() |
int |
getTempBufferCapacity() |
void |
setConstraintBufferCapacity(int value) |
void |
setContactBufferCapacity(int value) |
void |
setContactStreamSize(int value) |
void |
setForceStreamCapacity(int value) |
void |
setFoundLostPairsCapacity(int value) |
void |
setHeapCapacity(int value) |
void |
setPatchStreamSize(int value) |
void |
setTempBufferCapacity(int value) |
static PxgDynamicsMemoryConfig |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxgDynamicsMemoryConfig(long address)
public PxgDynamicsMemoryConfig()
public static PxgDynamicsMemoryConfig wrapPointer(long address)
public void destroy()
public int getConstraintBufferCapacity()
public void setConstraintBufferCapacity(int value)
value - WebIDL type: unsigned longpublic int getContactBufferCapacity()
public void setContactBufferCapacity(int value)
value - WebIDL type: unsigned longpublic int getTempBufferCapacity()
public void setTempBufferCapacity(int value)
value - WebIDL type: unsigned longpublic int getContactStreamSize()
public void setContactStreamSize(int value)
value - WebIDL type: unsigned longpublic int getPatchStreamSize()
public void setPatchStreamSize(int value)
value - WebIDL type: unsigned longpublic int getForceStreamCapacity()
public void setForceStreamCapacity(int value)
value - WebIDL type: unsigned longpublic int getHeapCapacity()
public void setHeapCapacity(int value)
value - WebIDL type: unsigned longpublic int getFoundLostPairsCapacity()
public void setFoundLostPairsCapacity(int value)
value - WebIDL type: unsigned long