nvidia::apex::UserDestructiblePhysXActorReport Class Reference
#include <ModuleDestructible.h>
Public Member Functions | |
virtual void | onPhysXActorCreate (const physx::PxActor &actor)=0 |
virtual void | onPhysXActorRelease (const physx::PxActor &actor)=0 |
Detailed Description
UserDestructiblePhysXActorReport - API for user-defined callbacks giving notification of PhysX actor creation and release from the destruction module.
Member Function Documentation
virtual void nvidia::apex::UserDestructiblePhysXActorReport::onPhysXActorCreate | ( | const physx::PxActor & | actor | ) | [pure virtual] |
Called immediately after a PxActor is created in the Destruction module.
virtual void nvidia::apex::UserDestructiblePhysXActorReport::onPhysXActorRelease | ( | const physx::PxActor & | actor | ) | [pure virtual] |
Called immediately before a PxActor is released in the Destruction module.
The documentation for this class was generated from the following file:
Generated on Fri Dec 15 2017 13:58:38 Copyright © 2012-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.