<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/LightmapResource/BakeType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation16LightmapResourceC8BakeTypeO"
  },
  "title" : "LightmapResource.BakeType"
}
-->

# LightmapResource.BakeType

Specifies the type of data contained within a lightmap.

```
enum BakeType
```

## Topics

### Specifying the bake type

[`case finalShadedColor`](/documentation/RealityKit/LightmapResource/BakeType/finalShadedColor)

Lightmaps with this type contain the final shaded color.
No runtime shading calculations are performed for objects using this type of lightmap.

[`case indirectDiffuseIrradiance`](/documentation/RealityKit/LightmapResource/BakeType/indirectDiffuseIrradiance)

[`case ambientOcclusion`](/documentation/RealityKit/LightmapResource/BakeType/ambientOcclusion)

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

---

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)