|
|
@@ -3624,6 +3624,9 @@ Properties:
|
|
|
|
|
|
Methods:
|
|
|
|
|
|
+- ParticleEffect() (GC)
|
|
|
+- ParticleEffect* new()
|
|
|
+- void delete()
|
|
|
- void SetMaterial(Material* material)
|
|
|
- void SetNumParticles(unsigned num)
|
|
|
- void SetUpdateInvisible(bool enable)
|
|
|
@@ -3653,8 +3656,18 @@ Methods:
|
|
|
- void SetMaxRotationSpeed(float speed)
|
|
|
- void SetSizeAdd(float sizeAdd)
|
|
|
- void SetSizeMul(float sizeMul)
|
|
|
+- void AddColorTime(const Color& color, const float time)
|
|
|
+- void AddColorFrame(const ColorFrame& colorFrame)
|
|
|
+- void RemoveColorFrame(unsigned index)
|
|
|
- void SetColorFrame(unsigned index, const ColorFrame& colorFrame)
|
|
|
+- void SetNumColorFrames(unsigned number)
|
|
|
+- void SortColorFrames()
|
|
|
+- void AddTextureTime(const Rect& uv, const float time)
|
|
|
+- void AddTextureFrame(const TextureFrame& textureFrame)
|
|
|
+- void RemoveTextureFrame(unsigned index)
|
|
|
- void SetTextureFrame(unsigned index, const TextureFrame& textureFrame)
|
|
|
+- void SetNumTextureFrames(unsigned number)
|
|
|
+- void SortTextureFrames()
|
|
|
- Material* GetMaterial() const
|
|
|
- unsigned GetNumParticles() const
|
|
|
- bool GetUpdateInvisible() const
|