+#include <PxBroadPhase.h>
+
+

Public Attributes | |
| PxBroadPhaseRegion | region |
| User-provided region data. | |
| PxU32 | nbStaticObjects |
| Number of static objects in the region. | |
| PxU32 | nbDynamicObjects |
| Number of dynamic objects in the region. | |
| bool | active |
| True if region is currently used, i.e. it has not been removed. | |
| bool | overlap |
| True if region overlaps other regions (regions that are just touching are not considering overlapping). | |
| bool PxBroadPhaseRegionInfo::active | +
+True if region is currently used, i.e. it has not been removed. +
+ +
| PxU32 PxBroadPhaseRegionInfo::nbDynamicObjects | +
+Number of dynamic objects in the region. +
+ +
| PxU32 PxBroadPhaseRegionInfo::nbStaticObjects | +
+Number of static objects in the region. +
+ +
| bool PxBroadPhaseRegionInfo::overlap | +
+True if region overlaps other regions (regions that are just touching are not considering overlapping). +
+ +
| PxBroadPhaseRegion PxBroadPhaseRegionInfo::region | +
+User-provided region data. +
+ +
+