A sun particle system. More...
Inherits ParticleSystemQuad.
Static Public Member Functions | |
| static ParticleSun * | create () |
| Create a sun particle system. More... | |
| local | create () |
| Create a sun particle system. More... | |
| static ParticleSun * | createWithTotalParticles (int numberOfParticles) |
| Create a sun particle system withe a fixed number of particles. More... | |
| local | createWithTotalParticles ( local numberOfParticles) |
| Create a sun particle system withe a fixed number of particles. More... | |
Static Public Member Functions inherited from ParticleSystemQuad | |
| static ParticleSystemQuad * | create () |
| Creates a particle emitter. More... | |
| static ParticleSystemQuad * | createWithTotalParticles (int numberOfParticles) |
| Creates a particle emitter with a number of particles. More... | |
| local | createWithTotalParticles ( local numberOfParticles) |
| Creates a particle emitter with a number of particles. More... | |
| static ParticleSystemQuad * | create (const std::string &filename) |
| Creates an particle emitter from a plist file. More... | |
| local | create ( local filename) |
| Creates an particle emitter from a plist file. More... | |
| static ParticleSystemQuad * | create (ValueMap &dictionary) |
| Creates a particle emitter with a dictionary. More... | |
| local | create ( local dictionary) |
| Creates a particle emitter with a dictionary. More... | |
Additional Inherited Members | |
Public Member Functions inherited from ParticleSystemQuad | |
| void | setDisplayFrame (SpriteFrame *spriteFrame) |
| Sets a new SpriteFrame as particle. More... | |
| void | setTextureWithRect (Texture2D *texture, const Rect &rect) |
| Sets a new texture with a rect. More... | |
| void | listenRendererRecreated (EventCustom *event) |
| Listen the event that renderer was recreated on Android/WP8. More... | |
A sun particle system.
|
static |
Create a sun particle system.
An autoreleased ParticleSun object.
|
static |
Create a sun particle system.
An autoreleased ParticleSun object.
|
static |
Create a sun particle system.
An autoreleased ParticleSun object.
|
static |
Create a sun particle system withe a fixed number of particles.
A given number of particles. An autoreleased ParticleSun object.
|
static |
Create a sun particle system withe a fixed number of particles.
A given number of particles. An autoreleased ParticleSun object.