public interface SCNSceneExportDelegate
| Modifier and Type | Method and Description |
|---|---|
default NSURL |
writeImageWithSceneDocumentURLOriginalImageURL(UIImage image,
NSURL documentURL,
NSURL originalImageURL)
writeImage:withSceneDocumentURL:originalImageURL:
|
default NSURL writeImageWithSceneDocumentURLOriginalImageURL(UIImage image, NSURL documentURL, NSURL originalImageURL)
Invoked on the delegate to write the referenced image and return the destination url.
image - The image to write.documentURL - The url where the scene is currently exported to.originalImageURL - The original url for the image. May be nil if the image was not previously loaded from a url.