---
title: deltaTime
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/animationstateprotocol/deltatime
---

# deltaTime

The time that has elapsed since the most recent evaluation, or 0 if animation is paused.

## Declaration

```swift
var deltaTime: TimeInterval { get }
```
