mixed
An immersion style that displays unbounded content intermixed with other app content, along with passthrough video.
Declaration
static var mixed: MixedImmersionStyle { get }Discussion
When this immersion style is selected, the immersion amount reported by the closure of onImmersionChange(initial:_:) is 0.0.
Use the immersionStyle(selection:in:) scene modifier to specify this style for an ImmersiveSpace. However, this is the default immersion style if you don’t specify one.
The immersion style affects how windows interact with virtual objects in the environment. In mixed immersion, a virtual object obscures part or all of a window that’s behind the object. Similarly, a window obscures a virtual object that’s behind the window.