PxBroadPhaseRegionInfo Struct Reference

Information & stats structure for a region. More...

#include <PxBroadPhase.h>

Collaboration diagram for PxBroadPhaseRegionInfo:

Public Attributes

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

Detailed Description

Information & stats structure for a region.

Member Data Documentation

◆ active

bool PxBroadPhaseRegionInfo::active

True if region is currently used, i.e. it has not been removed.

◆ nbDynamicObjects

PxU32 PxBroadPhaseRegionInfo::nbDynamicObjects

Number of dynamic objects in the region.

◆ nbStaticObjects

PxU32 PxBroadPhaseRegionInfo::nbStaticObjects

Number of static objects in the region.

◆ overlap

bool PxBroadPhaseRegionInfo::overlap

True if region overlaps other regions (regions that are just touching are not considering overlapping)

◆ region

PxBroadPhaseRegion PxBroadPhaseRegionInfo::region

User-provided region data.


The documentation for this struct was generated from the following file: