---
title: TabletopInteraction.TossOutcome
framework: tabletopkit
role: symbol
role_heading: Structure
path: tabletopkit/tabletopinteraction/tossoutcome
---

# TabletopInteraction.TossOutcome

An object representing the final outcome of tossing one equipment, as it appears at the end of its simulation.

## Declaration

```swift
struct TossOutcome
```

## Topics

### Getting the outcome properties

- [id](tabletopkit/tabletopinteraction/tossoutcome/id.md)
- [pose](tabletopkit/tabletopinteraction/tossoutcome/pose.md)
- [restingOrientation](tabletopkit/tabletopinteraction/tossoutcome/restingorientation.md)
- [tossableRepresentation](tabletopkit/tabletopinteraction/tossoutcome/tossablerepresentation.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)

## See Also

### Performing actions

- [TabletopInteraction.Delegate](tabletopkit/tabletopinteraction/delegate.md)
- [addAction(_:)](tabletopkit/tabletopinteraction/addaction(_:)-1cety.md)
- [addAction(_:)](tabletopkit/tabletopinteraction/addaction(_:)-4rx16.md)
- [addActions(_:)](tabletopkit/tabletopinteraction/addactions(_:).md)
- [toss(equipmentID:as:linearVelocity:angularVelocity:)](tabletopkit/tabletopinteraction/toss(equipmentid:as:linearvelocity:angularvelocity:).md)
- [end()](tabletopkit/tabletopinteraction/end().md)
- [cancel()](tabletopkit/tabletopinteraction/cancel().md)
