v2.0.2
List of all members
<CC3VariegatedPointParticleProtocol> Protocol Reference

#import <CC3PointParticleSamples.h>

Inheritance diagram for <CC3VariegatedPointParticleProtocol>:
Inheritance graph
[legend]

Additional Inherited Members

- Properties inherited from <CC3UniformlyFadingParticleProtocol>
ccColor4F color4F
 
ccColor4F colorVelocity
 
- Properties inherited from <CC3MortalParticleProtocol>
CCTime lifeSpan
 
CCTime timeToLive
 

Detailed Description

CC3VariegatedPointParticleProtocol is used by the CC3VariegatedPointParticleHoseEmitter, and combines the CC3UniformlyGrowingPointParticleProtocol and CC3UniformlyFadingParticleProtocol protocols, and is a particle that steadily changes size and color.

It also includes the CC3MortalParticleProtocol to permit the emitter to extract the lifespan of the particle in order to calculate the rates at which to evolve the size and color of the particle.

This protocol can be used with point particles. Mesh particle do not have a point size.


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