In ImmersiveSpace, we can access an entity’s position using the .position(relativeTo: nil) property. Is there a way to get the location of a window?
Note: The “window” in this question refers to the following:
var body: some Scene {
WindowGroup {
ContentView()
}
}