Conforms to CC3ParticleProtocol
Declared in CC3ParticleSamples.h

Overview

CC3UniformlyMovingParticleProtocol is a particle that moves in a straight line in a single direction at a steady speed.

This protocol can be used with both point and mesh particles.

Tasks

Properties

location

The current location of this particle in the local coordinate system of the emitter.

@property (nonatomic, assign) CC3Vector location

Discussion

You can set this property to establish the starting location of the particle.

Declared In

CC3ParticleSamples.h

velocity

The velocity of this particle. This vector combines both speed and direction, with the speed determined by the length of the vector.

@property (nonatomic, assign) CC3Vector velocity

Declared In

CC3ParticleSamples.h