Looking at the superclass of CPImmersiveScene
is surprisingly is a UIWindowScene
.
Is this intentional? Should I treat it as a window scene, and provide an UIWindow
for it?
Or is it only an implementation detail for managing the internal CPSceneLayerEventWindow
and UITextEffectsWindow
?