SCNSceneExportDestinationURL

Static SCNSceneExportDestinationURL 

Source
pub unsafe static SCNSceneExportDestinationURL: &'static NSString
Available on crate feature SCNScene only.
Expand description

Specifies the final destination (as a NSURL) of the scene being exported.

The destination URL is required if the scene is exported to a temporary directory and then moved to a final destination. This enables the exported document to get correct relative paths to referenced images.

See also Apple’s documentation