---
title: stepLimit
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/charactercontrollercomponent/steplimit
---

# stepLimit

The maximum obstacle height that the controller can move over.

## Declaration

```swift
var stepLimit: Float
```

## Discussion

Discussion Specify this value relative to the entity’s coordinate system. Changing this value after the CharacterControllerComponent has been created and added to Entity has no effect.

## See Also

### Configuring a character

- [height](realitykit/charactercontrollercomponent/height.md)
- [radius](realitykit/charactercontrollercomponent/radius.md)
- [skinWidth](realitykit/charactercontrollercomponent/skinwidth.md)
- [slopeLimit](realitykit/charactercontrollercomponent/slopelimit.md)
- [upVector](realitykit/charactercontrollercomponent/upvector.md)
