---
title: "update(_:)"
framework: realitykit
role: symbol
role_heading: Instance Method
path: "realitykit/realityrenderer/update(_:)"
---

# update(_:)

Tick the simulation

## Declaration

```swift
@MainActor func update(_ deltaTime: TimeInterval) throws
```

## Parameters

- `deltaTime`: The delta time to advance the simulation
