Overview

@deprecated Do not use this class. This class has been introduced into the hierarchy strictly to permit the library to maintain the deprecated CC3MortalPointParticleEmitter as a parent class of other deprecated classes in this library.

Properties

maxParticleLifeSpan

@deprecated Replaced by maxParticleLifeSpan property on the CC3RandomMortalParticleNavigator attached to this instance.

@property (nonatomic, assign) CCTime maxParticleLifeSpan

Declared In

CC3PointParticleSamples.h

minParticleLifeSpan

@deprecated Replaced by minParticleLifeSpan property on the CC3RandomMortalParticleNavigator attached to this instance.

@property (nonatomic, assign) CCTime minParticleLifeSpan

Declared In

CC3PointParticleSamples.h

Instance Methods

initializeMortalParticle:

@deprecated Life-span and trajectory now initialized by the CC3RandomMortalParticleNavigator attached to this instance.

- (void)initializeMortalParticle:(CC3MortalPointParticle *)aParticle

Declared In

CC3PointParticleSamples.h