Contents

CapturedRoom

A structure that provides the key details of a scanned room.

Declaration

struct CapturedRoom

Mentioned in

Overview

This structure represents the post-processed result of the room-scanning process.

Your app receives an instance of this structure through:

With the room details, an app can provide custom features, such as rendering the room and enabling the user to modify the position of its objects. You can export the current state of the room at any time to a USDZ file by calling export(to:metadataURL:modelProvider:exportOptions:).

Topics

Creating a captured room

Inspecting room details

Serializing a captured room

Generating a USDZ file

Handling errors

See Also

Captured Data