<!--
{
  "availability" : [
    "iOS: 5.0.0 -",
    "iPadOS: 5.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.6.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "QuartzCore",
  "identifier" : "/documentation/QuartzCore/CAEmitterLayerEmitterMode",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core Animation"
    ],
    "preciseIdentifier" : "c:@T@CAEmitterLayerEmitterMode"
  },
  "title" : "CAEmitterLayerEmitterMode"
}
-->

# CAEmitterLayerEmitterMode

```
struct CAEmitterLayerEmitterMode
```

## Topics

### Initializers

[`init(rawValue:)`](/documentation/QuartzCore/CAEmitterLayerEmitterMode/init(rawValue:))

### Type Properties

[`outline`](/documentation/QuartzCore/CAEmitterLayerEmitterMode/outline)

Particles are emitted from the outline of the particle emitter.

[`points`](/documentation/QuartzCore/CAEmitterLayerEmitterMode/points)

Particles are emitted from points on the particle emitter.

[`surface`](/documentation/QuartzCore/CAEmitterLayerEmitterMode/surface)

Particles are emitted from the surface of the particle emitter.

[`volume`](/documentation/QuartzCore/CAEmitterLayerEmitterMode/volume)

Particles are emitted from the a position within the particle emitter.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)