---
title: WorldRecenterPhase
framework: swiftui
role: symbol
role_heading: Enumeration
path: swiftui/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:).

## Declaration

```swift
enum WorldRecenterPhase
```

## Topics

### Enumeration Cases

- [WorldRecenterPhase.began](swiftui/worldrecenterphase/began.md)
- [WorldRecenterPhase.ended](swiftui/worldrecenterphase/ended.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
