---
title: "goalBounds(for:)"
framework: tabletopkit
role: symbol
role_heading: Instance Method
path: "tabletopkit/tablevisualstate/goalbounds(for:)"
---

# goalBounds(for:)

Returns the goal pose and extents of the bounding box for the given equipment. Returns nil if the equipment is not part of the game.

## Declaration

```swift
func goalBounds(for equipment: some Equipment) -> TableVisualState.OrientedRect3D?
```

## See Also

### Representing the goal

- [goalPose(for:)](tabletopkit/tablevisualstate/goalpose(for:).md)
- [goalPose(matching:)](tabletopkit/tablevisualstate/goalpose(matching:).md)
