-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
i have an issue in this code
call: Cannot convert value of type 'SessionSettings.Type' to expected argument type 'SessionSettings'
`struct ARViewContainer: UIViewRepresentable {
@EnvironmentObject var placementSettings: PlacementSettings
@EnvironmentObject var sessionSettings: SessionSettings
func makeUIView(context: Context) -> CustomARView {
let arView = CustomARView(frame: .zero, sessionSettings: SessionSettings)
// Subscribe to SceneEvents,Update
return arView
}`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels