#include <ModuleDestructible.h>
Inheritance diagram for nvidia::apex::ImpactDamageEventData:Public Attributes | |
| nvidia::DestructibleActor * | destructible |
| The destructible hit by the impacting actor. | |
| PxVec3 | direction |
| The position, in world space, from which the damage is applied. | |
| physx::PxActor const * | impactDamageActor |
| Other PhysX actor that caused damage. | |
Extended damage event data, used for impact damage reports
| nvidia::DestructibleActor* nvidia::apex::ImpactDamageEventData::destructible |
The destructible hit by the impacting actor.
The position, in world space, from which the damage is applied.
| physx::PxActor const* nvidia::apex::ImpactDamageEventData::impactDamageActor |
Other PhysX actor that caused damage.