![]() |
VR-Forces 4.0.4 Class Documentation
|
A DtCigiParticleSystemEntity is a CIGI entity that loads a particle system model. More...

Public Member Functions | |
| DtCigiParticleSystemEntity (DtCigiConnection &connection, DtAgentManagerInterface &sceneInterface, int entityId, int entityType) | |
| Constructor. | |
| virtual | ~DtCigiParticleSystemEntity () |
| Destructor. | |
| virtual void | stop () |
| Stop the animation. | |
| virtual void | start () |
| Start the animation. | |
| virtual void | pause () |
| Pause the animation. | |
| virtual void | resume () |
| Resume the animation. | |
Protected Attributes | |
| DtParticleSystemModelAgent * | myParticleSystemModel |
A DtCigiParticleSystemEntity is a CIGI entity that loads a particle system model.
| makVrv::DtCigiParticleSystemEntity::DtCigiParticleSystemEntity | ( | DtCigiConnection & | connection, |
| DtAgentManagerInterface & | sceneInterface, | ||
| int | entityId, | ||
| int | entityType | ||
| ) |
Constructor.
| virtual makVrv::DtCigiParticleSystemEntity::~DtCigiParticleSystemEntity | ( | ) | [virtual] |
Destructor.
| virtual void makVrv::DtCigiParticleSystemEntity::stop | ( | ) | [virtual] |
Stop the animation.
| virtual void makVrv::DtCigiParticleSystemEntity::start | ( | ) | [virtual] |
Start the animation.
| virtual void makVrv::DtCigiParticleSystemEntity::pause | ( | ) | [virtual] |
Pause the animation.
| virtual void makVrv::DtCigiParticleSystemEntity::resume | ( | ) | [virtual] |
Resume the animation.
DtParticleSystemModelAgent* makVrv::DtCigiParticleSystemEntity::myParticleSystemModel [protected] |