<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/ClothSimulationComponent/MaximumStepsPerUpdate-swift.struct/fixed(steps:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:22RealityFoundationCloth0C19SimulationComponentV21MaximumStepsPerUpdateV5fixed5stepsAESi_tFZ"
  },
  "title" : "fixed(steps:)"
}
-->

# fixed(steps:)

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

```
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

A fixed maximum-steps-per-update configuration.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)