---
title: ComputeGraphSimulation.SimulationRate.Mode.fixedTime
framework: Compute Graph
role: symbol
role_heading: Case
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: computegraph/computegraphsimulation/simulationrate-swift.struct/mode-swift.enum/fixedtime
---

# ComputeGraphSimulation.SimulationRate.Mode.fixedTime

Simulate using time delta.

## Declaration

```swift
case fixedTime
```

## Discussion

Discussion Similar to fixedFrequency except the timeDelta is in seconds. This can result in zero, one, or more steps per frame, depending on the frequency specified and the current framerate.
