#include <NvBlastExtPxListener.h>

Public Member Functions | |
| virtual void | onActorCreated (ExtPxFamily &family, ExtPxActor &actor)=0 |
| virtual void | onActorDestroyed (ExtPxFamily &family, ExtPxActor &actor)=0 |
Actor create/destroy events listener.
| virtual void Nv::Blast::ExtPxListener::onActorCreated | ( | ExtPxFamily & | family, | |
| ExtPxActor & | actor | |||
| ) | [pure virtual] |
Interface to be implemented by the user. Will be called when ExtPxFamily creates new actor.
| [in] | family | Corresponding ExtPxFamily with new actor. |
| [in] | actor | The new actor. |
Implemented in Nv::Blast::final.
| virtual void Nv::Blast::ExtPxListener::onActorDestroyed | ( | ExtPxFamily & | family, | |
| ExtPxActor & | actor | |||
| ) | [pure virtual] |
Interface to be implemented by the user. Will be called when ExtPxFamily destroy an actor.
| [in] | family | Corresponding ExtPxFamily. |
| [in] | actor | The actor to be destroyed. |
Implemented in Nv::Blast::final.