pub unsafe static SCNDetailedErrorsKey: &'static NSStringAvailable on crate feature
SCNSceneSource only.Expand description
Key to access the detailed validation errors.
This key will be present in the user info dictionary of errors created by the various sceneWithOptions: methods. When present, the value associated with it is an array of detailed errors found by the consistency checker which represent consistency errors in the 3D file. Some metadata about these detailed errors is available in their user info dictionary using the other keys (SCNConsistency*) defined in this file.
See also Appleās documentation