| Interface | Description | |
|---|---|---|
| InfoRecycler | ||
| ParticleCollection | ||
| ParticleIterator | This interface defines the common operations shared by particle collection iterators. |
| Class | Description | |
|---|---|---|
| Particle | This class represents a particle and its properties. | |
| ParticleCollectionType | ||
| ParticleFactory | Each emitter has a particle factory for creating new particles. | |
| ParticleFastArray | Array implementatoin of particle collection, with splicing operation even faster than linked-lists. | |
| ParticleFastArrayIterator | ||
| ParticleList | Linked-list implementatoin of particle collection. | |
| ParticleListIterator | ||
| ParticlePool | This is an object pool for particle objects. |