---
title: "TabletopInteraction.HoverAlignmentBehavior.stop(at:)"
framework: tabletopkit
role: symbol
role_heading: Case
path: "tabletopkit/tabletopinteraction/hoveralignmentbehavior/stop(at:)"
---

# TabletopInteraction.HoverAlignmentBehavior.stop(at:)

stop indicates that the equipment movement should stop when pushed into the target, to avoid penetration. The orientation of the equipment is not affected.

## Declaration

```swift
case stop(at: TabletopInteraction.CollisionTargets)
```

## See Also

### Alignment Behaviors

- [TabletopInteraction.HoverAlignmentBehavior.align(_:with:)](tabletopkit/tabletopinteraction/hoveralignmentbehavior/align(_:with:).md)
- [TabletopInteraction.HoverAlignmentBehavior.automatic(targets:)](tabletopkit/tabletopinteraction/hoveralignmentbehavior/automatic(targets:).md)
- [TabletopInteraction.HoverAlignmentBehavior.disabled](tabletopkit/tabletopinteraction/hoveralignmentbehavior/disabled.md)
