---
title: TabletopInteraction.IndirectInteractionConstants
framework: tabletopkit
role: symbol
role_heading: Structure
path: tabletopkit/tabletopinteraction/indirectinteractionconstants
---

# TabletopInteraction.IndirectInteractionConstants

An object that represents the parameters of an indirect interaction that cannot be changed while the interaction is active.

## Declaration

```swift
struct IndirectInteractionConstants
```

## Topics

### Creating an indirect interaction

- [init(rotationAlignment:)](tabletopkit/tabletopinteraction/indirectinteractionconstants/init(rotationalignment:).md)

### Getting the rotation alignment

- [rotationAlignment](tabletopkit/tabletopinteraction/indirectinteractionconstants/rotationalignment.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.DirectInteractionConstants](tabletopkit/tabletopinteraction/directinteractionconstants.md)
- [TabletopInteraction.IndirectRotationAlignmentBehavior](tabletopkit/tabletopinteraction/indirectrotationalignmentbehavior.md)
- [TabletopInteraction.HoverAlignmentBehavior](tabletopkit/tabletopinteraction/hoveralignmentbehavior.md)
- [TabletopInteraction.HoverAlignmentSource](tabletopkit/tabletopinteraction/hoveralignmentsource.md)
- [TabletopInteraction.ProgrammaticInteractionConstants](tabletopkit/tabletopinteraction/programmaticinteractionconstants.md)
