Public Member Functions

CCQuadParticleSystem Class Reference

#import <CCQuadParticleSystem.h>

Inherits CCParticleSystem.

Inherited by CCParticleExplosion, CCParticleFire, CCParticleFireworks, CCParticleFlower, CCParticleGalaxy, CCParticleMeteor, CCParticleRain, CCParticleSmoke, CCParticleSnow, CCParticleSpiral, and CCParticleSun.

Collaboration diagram for CCQuadParticleSystem:
Collaboration graph
[legend]

List of all members.

Public Member Functions

(void) - setDisplayFrame:
(void) - setTexture:withRect:

Detailed Description

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.


Member Function Documentation

- (void) setDisplayFrame: (CCSpriteFrame *)  spriteFrame  

Sets a new CCSpriteFrame as particle. WARNING: this method is experimental. Use setTexture:withRect instead.

Since:
v0.99.4
- (void) setTexture: (CCTexture2D *)  texture
withRect: (CGRect)  rect 

Sets a new texture with a rect. The rect is in pixels.

Since:
v0.99.4

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines

cocos2d for iPhone 0.99.4 API Reference - Generated using Doxygen 1.7.1