![]() |
ezEngine Release 25.08
|

Public Member Functions | |
| const ezHybridArray< ezParticleEmitterFactory *, 1 > & | GetEmitterFactories () const |
| Properties. | |
| void | AddInitializerFactory (ezParticleInitializerFactory *pFactory) |
| void | RemoveInitializerFactory (ezParticleInitializerFactory *pFactory) |
| const ezHybridArray< ezParticleInitializerFactory *, 4 > & | GetInitializerFactories () const |
| void | AddBehaviorFactory (ezParticleBehaviorFactory *pFactory) |
| void | RemoveBehaviorFactory (ezParticleBehaviorFactory *pFactory) |
| const ezHybridArray< ezParticleBehaviorFactory *, 4 > & | GetBehaviorFactories () const |
| void | AddTypeFactory (ezParticleTypeFactory *pFactory) |
| void | RemoveTypeFactory (ezParticleTypeFactory *pFactory) |
| const ezHybridArray< ezParticleTypeFactory *, 2 > & | GetTypeFactories () const |
| const ezHybridArray< ezParticleFinalizerFactory *, 2 > & | GetFinalizerFactories () const |
| ezTime | GetAvgLifetime () const |
| void | Save (ezStreamWriter &inout_stream) const |
| void | Load (ezStreamReader &inout_stream) |
Public Member Functions inherited from ezReflectedClass | |
| virtual const ezRTTI * | GetDynamicRTTI () const |
| bool | IsInstanceOf (const ezRTTI *pType) const |
| Returns whether the type of this instance is of the given type or derived from it. | |
| template<typename T > | |
| EZ_ALWAYS_INLINE bool | IsInstanceOf () const |
| Returns whether the type of this instance is of the given type or derived from it. | |
Public Attributes | |
| bool | m_bVisible |
| ezVarianceTypeTime | m_LifeTime |
| ezString | m_sOnDeathEvent |
| ezString | m_sLifeScaleParameter |
Additional Inherited Members | |
Static Public Member Functions inherited from ezNoBase | |
| static const ezRTTI * | GetStaticRTTI () |