SCNSceneExportDelegate
Methods you can implement to participate in the process of exporting a scene to a file.
Declaration
protocol SCNSceneExportDelegate : NSObjectProtocolOverview
When you call a SCNScene object’s 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.