Public Member Functions | Protected Member Functions
nvidia::apex::UserDestructiblePhysXActorReport Class Reference

#include <ModuleDestructible.h>

List of all members.

Public Member Functions

virtual void onPhysXActorCreate (const physx::PxActor &actor)=0
virtual void onPhysXActorRelease (const physx::PxActor &actor)=0

Protected Member Functions

virtual ~UserDestructiblePhysXActorReport ()

Detailed Description

UserDestructiblePhysXActorReport - API for user-defined callbacks giving notification of PhysX actor creation and release from the destruction module.


Constructor & Destructor Documentation

virtual nvidia::apex::UserDestructiblePhysXActorReport::~UserDestructiblePhysXActorReport ( ) [inline, protected, virtual]

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 Tue Aug 1 2017 22:43:54

Copyright © 2012-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.