<!--
{
  "availability" : [
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TabletopKit",
  "identifier" : "/documentation/TabletopKit/TabletopInteraction/DirectPickupBehavior/CollisionResolutionBehavior",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "TabletopKit"
    ],
    "preciseIdentifier" : "s:11TabletopKit0A11InteractionC20DirectPickupBehaviorV019CollisionResolutionF0O"
  },
  "title" : "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.

```
enum CollisionResolutionBehavior
```

## Topics

### Resolution behaviors

[`case automatic`](/documentation/TabletopKit/TabletopInteraction/DirectPickupBehavior/CollisionResolutionBehavior/automatic)

The automatic behavior moves and rotates the object to ensure that it does not
penetrate the collision targets.

[`case disabled`](/documentation/TabletopKit/TabletopInteraction/DirectPickupBehavior/CollisionResolutionBehavior/disabled)

Use this value to disable collision resolution.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

---

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)