init(from:)
Creates captured room data by deserializing the decoder of a prior scan.
Declaration
init(from decoder: any Decoder) throwsParameters
- decoder:
An encoded captured room data object.
Discussion
To serialize a scan, call encode(to:).
Creates captured room data by deserializing the decoder of a prior scan.
init(from decoder: any Decoder) throwsAn encoded captured room data object.
To serialize a scan, call encode(to:).