#import <CC3ParticleSamples.h>
Additional Inherited Members | |
Properties inherited from <CC3UniformlyMovingParticleProtocol> | |
CC3Vector | location |
CC3Vector | velocity |
Properties inherited from <CC3MortalParticleProtocol> | |
CCTime | lifeSpan |
CCTime | timeToLive |
CC3SprayParticleProtocol combines the CC3UniformlyMovingParticleProtocol and CC3MortalParticleProtocol protocols, and represents a particle that moves in a straight line at a steady speed and has a finite life, as if a particle sprayed from a nozzle.
This protocol can be used with both point and mesh particles.