#import <CCQuadParticleSystem.h>
Inherits CCParticleSystem.
Inherited by CCParticleExplosion, CCParticleFire, CCParticleFireworks, CCParticleFlower, CCParticleGalaxy, CCParticleMeteor, CCParticleRain, CCParticleSmoke, CCParticleSnow, CCParticleSpiral, and CCParticleSun.

Public Member Functions | |
| (void) | - setDisplayFrame: |
| (void) | - setTexture:withRect: |
CCQuadParticleSystem is a subclass of CCParticleSystem
It includes all the features of ParticleSystem.
Special features and Limitations:
Definition at line 46 of file CCQuadParticleSystem.h.
| - (void) setDisplayFrame: | (CCSpriteFrame *) | spriteFrame |
Sets a new CCSpriteFrame as particle. WARNING: this method is experimental. Use setTexture:withRect instead.
| - (void) setTexture: | (CCTexture2D *) | texture | ||
| withRect: | (CGRect) | rect | ||
Sets a new texture with a rect. The rect is in pixels.