SCNSceneSourceUseSafeModeKey

Static SCNSceneSourceUseSafeModeKey 

Source
pub unsafe static SCNSceneSourceUseSafeModeKey: &'static SCNSceneSourceLoadingOption
👎Deprecated: No longer supported
Available on crate feature SCNSceneSource only.
Expand description

Pass YES in order to enable the safe mode.

This option can be set in the options dictionary of the SCNScene and SCNSceneSource loading methods. The value for this option should be a boolean NSNumber. If its boolean value is YES (the default is NO), SceneKit will forbid network accesses, prevent the loading of resources from arbitrary directories, and will not execute any code present in the loaded files.

See also Apple’s documentation