Contents

init(frame:)

Creates an AR view with the specified dimensions.

Declaration

@MainActor @preconcurrency override required dynamic init(frame frameRect: CGRect)
@MainActor @preconcurrency override required dynamic init(frame frameRect: NSRect)

Parameters

  • frameRect:

    The frame rectangle for the view, measured in points.

See Also

Creating a view