---
title: TabletopInteraction.DirectPickupBehavior.CollisionResolutionBehavior
framework: tabletopkit
role: symbol
role_heading: Enumeration
path: tabletopkit/tabletopinteraction/directpickupbehavior/collisionresolutionbehavior
---

# TabletopInteraction.DirectPickupBehavior.CollisionResolutionBehavior

An object that represent the behavior that the object should have when colliding with the collision targets during the pickup phase.

## Declaration

```swift
enum CollisionResolutionBehavior
```

## Topics

### Resolution behaviors

- [TabletopInteraction.DirectPickupBehavior.CollisionResolutionBehavior.automatic](tabletopkit/tabletopinteraction/directpickupbehavior/collisionresolutionbehavior/automatic.md)
- [TabletopInteraction.DirectPickupBehavior.CollisionResolutionBehavior.disabled](tabletopkit/tabletopinteraction/directpickupbehavior/collisionresolutionbehavior/disabled.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Creating a pickup behavior

- [init(deadZone:collisionResolution:)](tabletopkit/tabletopinteraction/directpickupbehavior/init(deadzone:collisionresolution:).md)
