init(coder:)
Creates an AR view initialized from data in a given decoder.
Declaration
@MainActor @preconcurrency required dynamic init?(coder decoder: NSCoder)Parameters
- decoder:
The decoder used to initialize the view.
Creates an AR view initialized from data in a given decoder.
@MainActor @preconcurrency required dynamic init?(coder decoder: NSCoder)The decoder used to initialize the view.