#include <fxBatch.h>
Public Types | |
| enum | eType { kParticleFX, kManagedFX } |
| Type of effect. More... | |
Public Attributes | |
| int | m_type |
| type of FX | |
| EVENT | m_event |
| EVENT for effect() call. | |
| CFx::eType | m_fxType |
| CFx data type. | |
| enum FX_DATA::eType |
Type of effect.
| kParticleFX | Particle fx, handled by acknex (effect()). |
| kManagedFX | Managed fx, handled by the t7 fxPool (CFx). |
1.5.4