SCNSceneSourceAssetDirectoryURLsKey

Static SCNSceneSourceAssetDirectoryURLsKey 

Source
pub unsafe static SCNSceneSourceAssetDirectoryURLsKey: &'static SCNSceneSourceLoadingOption
Available on crate feature SCNSceneSource only.
Expand description

Pass an array of directory URLs where SceneKit should look for resources

By default, SceneKit will look for the external resources it cannot find in the parent directory of the imported file. You can add additional directories by setting an array of URLs for this key when calling sceneWithOptions:error:. This is recommended if you want to construct your scene source from a data object, not from an URL, and need to load resources whose paths are not absolute.

See also Apple’s documentation