#import <CC3PointParticleSamples.h>
Additional Inherited Members | |
Properties inherited from <CC3UniformlyFadingParticleProtocol> | |
ccColor4F | color4F |
ccColor4F | colorVelocity |
Properties inherited from <CC3MortalParticleProtocol> | |
CCTime | lifeSpan |
CCTime | timeToLive |
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.