#import <CC3PointParticleSamples.h>
Additional Inherited Members | |
![]() | |
(void) | - updateBeforeTransform: |
![]() | |
(id) | + particleFromEmitter: |
![]() | |
GLuint index | __deprecated |
CC3PointParticleEmitter * | emitter |
BOOL | hasNormal |
BOOL | hasSize |
CC3Vector | normal |
GLfloat | size |
![]() | |
CCTime | lifeSpan |
CCTime | timeToLive |
![]() | |
CC3Vector | location |
CC3Vector | velocity |
![]() | |
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.