#import <CC3PointParticleSamples.h>
Additional Inherited Members | |
Instance Methods inherited from CC3UniformlyEvolvingPointParticle | |
(void) | - updateBeforeTransform: |
Class Methods inherited from CC3PointParticle | |
(id) | + particleFromEmitter: |
Properties inherited from CC3PointParticle | |
GLuint index | __deprecated |
CC3PointParticleEmitter * | emitter |
BOOL | hasNormal |
BOOL | hasSize |
CC3Vector | normal |
GLfloat | size |
Properties inherited from <CC3MortalParticleProtocol> | |
CCTime | lifeSpan |
CCTime | timeToLive |
Properties inherited from <CC3UniformlyMovingParticleProtocol> | |
CC3Vector | location |
CC3Vector | velocity |
Properties inherited from <CC3UniformlyFadingParticleProtocol> | |
ccColor4F | color4F |
ccColor4F | colorVelocity |
CC3VariegatedPointParticle is the type of particle emitted by a CC3VariegatedPointParticleHoseEmitter.
It supports the CC3VariegatedPointParticleProtocol and allows the emitter to configure the particle with a steadily changing color and size, based on the lifespan of the particle.