public class PxBroadPhaseRegionInfo extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxBroadPhaseRegionInfo() |
protected |
PxBroadPhaseRegionInfo(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
boolean |
getActive() |
int |
getNbDynamicObjects() |
int |
getNbStaticObjects() |
boolean |
getOverlap() |
PxBroadPhaseRegion |
getRegion() |
void |
setActive(boolean value) |
void |
setNbDynamicObjects(int value) |
void |
setNbStaticObjects(int value) |
void |
setOverlap(boolean value) |
void |
setRegion(PxBroadPhaseRegion value) |
static PxBroadPhaseRegionInfo |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxBroadPhaseRegionInfo(long address)
public PxBroadPhaseRegionInfo()
public static PxBroadPhaseRegionInfo wrapPointer(long address)
public void destroy()
public PxBroadPhaseRegion getRegion()
PxBroadPhaseRegion [Value]public void setRegion(PxBroadPhaseRegion value)
value - WebIDL type: PxBroadPhaseRegion [Value]public int getNbStaticObjects()
public void setNbStaticObjects(int value)
value - WebIDL type: unsigned longpublic int getNbDynamicObjects()
public void setNbDynamicObjects(int value)
value - WebIDL type: unsigned longpublic boolean getActive()
public void setActive(boolean value)
value - WebIDL type: booleanpublic boolean getOverlap()
public void setOverlap(boolean value)
value - WebIDL type: boolean