public class PxBroadPhaseCaps extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxBroadPhaseCaps() |
protected |
PxBroadPhaseCaps(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
getMaxNbObjects() |
int |
getMaxNbRegions() |
boolean |
getNeedsPredefinedBounds() |
void |
setMaxNbObjects(int value) |
void |
setMaxNbRegions(int value) |
void |
setNeedsPredefinedBounds(boolean value) |
static PxBroadPhaseCaps |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxBroadPhaseCaps(long address)
public PxBroadPhaseCaps()
public static PxBroadPhaseCaps wrapPointer(long address)
public void destroy()
public int getMaxNbRegions()
public void setMaxNbRegions(int value)
value - WebIDL type: unsigned longpublic int getMaxNbObjects()
public void setMaxNbObjects(int value)
value - WebIDL type: unsigned longpublic boolean getNeedsPredefinedBounds()
public void setNeedsPredefinedBounds(boolean value)
value - WebIDL type: boolean