<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/WorldRecenterPhase",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI18WorldRecenterPhaseO"
  },
  "title" : "WorldRecenterPhase"
}
-->

# WorldRecenterPhase

A type that represents information associated with a phase of a
system recenter event. Values of this type are passed to the closure
specified in View.onWorldRecenter(action:).

```
enum WorldRecenterPhase
```

## Topics

### Enumeration Cases

[`case began`](/documentation/SwiftUI/WorldRecenterPhase/began)

The app has begun to fade out. It is not re-positioned yet.

[`case ended`](/documentation/SwiftUI/WorldRecenterPhase/ended)

The app has begun to fade in after it has been re-positioned.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)