---
title: "SystemDependency.after(_:)"
framework: realitykit
role: symbol
role_heading: Case
path: "realitykit/systemdependency/after(_:)"
---

# SystemDependency.after(_:)

An update order that requests RealityKit update this system after it updates another specified system.

## Declaration

```swift
case after(any System.Type)
```

## Parameters

- `System`: A system that this system updates after.

## Mentioned in

Implementing systems for entities in a scene

## See Also

### Update order

- [SystemDependency.before(_:)](realitykit/systemdependency/before(_:).md)
