---
title: "fixed(steps:)"
framework: realitykit
role: symbol
role_heading: Type Method
path: "realitykit/clothsimulationcomponent/maximumstepsperupdate-swift.struct/fixed(steps:)"
---

# fixed(steps:)

A fixed maximum number of steps per update is manually configured.

## Declaration

```swift
static func fixed(steps: Int) -> ClothSimulationComponent.MaximumStepsPerUpdate
```

## Parameters

- `steps`: The maximum number of time steps to process per update. Clamped to a minimum of 1.

## Return Value

Return Value A fixed maximum-steps-per-update configuration.
