Contents

SCNSceneSourceStatus.validating

SceneKit has begun validating the scene file’s format.

Declaration

case validating

Discussion

If you specify true for the checkConsistency when creating or loading from a scene source, SceneKit verifies the scene file against the specification for its file format and reports any format consistency errors.

See Also

Constants