---
title: TabletopInteraction.DirectInteractionConstants
framework: tabletopkit
role: symbol
role_heading: Structure
path: tabletopkit/tabletopinteraction/directinteractionconstants
---

# TabletopInteraction.DirectInteractionConstants

An object that represents the parameters of a direct interaction that cannot be changed while the interaction is active.

## Declaration

```swift
struct DirectInteractionConstants
```

## Topics

### Creating a direct interaction

- [init(pickupBehavior:)](tabletopkit/tabletopinteraction/directinteractionconstants/init(pickupbehavior:).md)

### Getting the pickup behavior

- [pickupBehavior](tabletopkit/tabletopinteraction/directinteractionconstants/pickupbehavior.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Handling collision behavior

- [TabletopInteraction.Constants](tabletopkit/tabletopinteraction/constants.md)
- [TabletopInteraction.CollisionTargets](tabletopkit/tabletopinteraction/collisiontargets.md)
- [TabletopInteraction.DirectPickupBehavior](tabletopkit/tabletopinteraction/directpickupbehavior.md)
- [TabletopInteraction.IndirectRotationAlignmentBehavior](tabletopkit/tabletopinteraction/indirectrotationalignmentbehavior.md)
- [TabletopInteraction.IndirectInteractionConstants](tabletopkit/tabletopinteraction/indirectinteractionconstants.md)
- [TabletopInteraction.HoverAlignmentBehavior](tabletopkit/tabletopinteraction/hoveralignmentbehavior.md)
- [TabletopInteraction.HoverAlignmentSource](tabletopkit/tabletopinteraction/hoveralignmentsource.md)
- [TabletopInteraction.ProgrammaticInteractionConstants](tabletopkit/tabletopinteraction/programmaticinteractionconstants.md)
