#include <ModuleDestructible.h>
Public Attributes | |
uint32_t | index |
uint32_t | depth |
PxBounds3 | worldBounds |
float | damage |
uint32_t | flags |
Per-chunk data returned in DamageEventReportData
How much damage the chunk has taken
uint32_t nvidia::apex::ChunkData::depth |
The hierarchy depth of the chunk
uint32_t nvidia::apex::ChunkData::flags |
Several flags holding chunk information
uint32_t nvidia::apex::ChunkData::index |
The index of the chunk within the destructible asset
PxBounds3 nvidia::apex::ChunkData::worldBounds |
The chunk's axis-aligned bounding box, in world space.