The definition of a particle emitted by a CAEmitterLayer.
SDKs
- iOS 5.0+
- macOS 10.6+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- Core Animation
Declaration
class CAEmitterCell : NSObject
Overview
The CAEmitter
class represents one source of particles being emitted by a CAEmitter
object. An emitter cell defines the direction and properties of the emitted particles. Emitter cells can have an array of sub-cells, which lets the particles themselves emit particles.