<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/AnchoringComponent/TrackingMode-swift.struct/predicted",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation18AnchoringComponentV12TrackingModeV9predictedAEvpZ"
  },
  "title" : "predicted"
}
-->

# predicted

Continuously anchors the entity to its target based on the target’s predicted location
and hides the entity when the target is no longer in frame.

```
static let predicted: AnchoringComponent.TrackingMode
```

## Discussion

`predicted` means the `Entity` will be updated whenever the corresponding anchor is updated
but its transformation will be `ARKit` prediction.

If the target does not support prediction, `predicted` behaves the same as `continuous`.

---

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)