<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVExperienceController/Configuration-swift.struct/Placement-swift.struct/unspecified",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "s:5AVKit22AVExperienceControllerC13ConfigurationV9PlacementV11unspecifiedAGvpZ"
  },
  "title" : "unspecified"
}
-->

# unspecified

Used as default when no UIScene is specified as a placement.

```
static var unspecified: AVExperienceController.Configuration.Placement { get }
```

## Discussion

Experiences will be placed over the UIScene of the original container.
If contained within a UIScene, the system will use that scene as a placement, if possible.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)