These constants specify the possible emitter modes. They are used by the emitter
property.
Framework
- Core Animation
These constants specify the possible emitter modes. They are used by the emitter
property.
Framework
static let points: CAEmitter Layer Emitter Mode
Particles are emitted from points on the particle emitter.
static let outline: CAEmitter Layer Emitter Mode
Particles are emitted from the outline of the particle emitter.
static let surface: CAEmitter Layer Emitter Mode
Particles are emitted from the surface of the particle emitter.
static let volume: CAEmitter Layer Emitter Mode
Particles are emitted from the a position within the particle emitter.