<!--
{
  "availability" : [
    "iOS: 8.0.0 - 26.0.0",
    "iPadOS: 8.0.0 - 26.0.0",
    "macCatalyst: 13.1.0 - 26.0.0",
    "macOS: 10.8.0 - 26.0.0",
    "tvOS: 9.0.0 - 26.0.0",
    "visionOS: 1.0.0 - 26.0.0",
    "watchOS: 3.0.0 - 26.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SceneKit",
  "identifier" : "/documentation/SceneKit/SCNSceneExportDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "SceneKit"
    ],
    "preciseIdentifier" : "c:objc(pl)SCNSceneExportDelegate"
  },
  "title" : "SCNSceneExportDelegate"
}
-->

# SCNSceneExportDelegate

Methods you can implement to participate in the process of exporting a scene to a file.

```
protocol SCNSceneExportDelegate : NSObjectProtocol
```

## Overview

When you call a [`SCNScene`](/documentation/SceneKit/SCNScene) object’s [`write(to:options:delegate:progressHandler:)`](/documentation/SceneKit/SCNScene/write(to:options:delegate:progressHandler:)) method to export the scene’s content to a file, you can optionally specify a delegate object to receive these messages.

## Topics

### Writing Image Attachments

[`write(_:withSceneDocumentURL:originalImageURL:)`](/documentation/SceneKit/SCNSceneExportDelegate/write(_:withSceneDocumentURL:originalImageURL:))

Tells the delegate to export an image attached to a scene.



---

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)