Public Member Functions

CCParticleSystemQuad Class Reference

#import "CCParticleSystemQuad.h"

Inherits CCParticleSystem.

Collaboration diagram for CCParticleSystemQuad:
[legend]

List of all members.

Public Member Functions

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

Detailed Description

CCParticleSystemQuad is a subclass of CCParticleSystem

It includes all the features of ParticleSystem.

Special features and Limitations:


Member Function Documentation

- (void) initIndices  

initialices the indices for the vertices

- (void) initTexCoordsWithRect: (CGRect)  rect  

initilizes the texture with a rectangle measured Points

- (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 Points.

Since:
v0.99.4

The documentation for this class was generated from the following file: