Changes in Particle System for NUI
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / particle-system / particle-emitter.h
index 15e3aa7..dffa6e7 100644 (file)
@@ -200,6 +200,13 @@ public:
   void SetParticleCount(uint32_t maxParticleCount);
 
   /**
+   * @brief Returns maximum number of particles in the system
+   *
+   * @return Maximum number of particles
+   */
+  uint32_t GetParticleCount();
+
+  /**
    * @brief Returns currently used particle emitter domain
    *
    * @return Handle to the ParticleDomain object
@@ -213,7 +220,6 @@ public:
    */
   [[nodiscard]] ParticleRenderer GetRenderer() const;
 
-
   /**
    * @brief Attaches particle system to an actor
    *