---
title: GKBox
framework: gameplaykit
role: symbol
role_heading: Structure
path: gameplaykit/gkbox
---

# GKBox

The definition of an axis-aligned rectangular bounding volume addressed by the tree.

## Declaration

```swift
struct GKBox
```

## Topics

### Initializers

- [init()](gameplaykit/gkbox/init().md)
- [init(boxMin:boxMax:)](gameplaykit/gkbox/init(boxmin:boxmax:).md)

### Instance Properties

- [boxMax](gameplaykit/gkbox/boxmax.md)
- [boxMin](gameplaykit/gkbox/boxmin.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Sendable](swift/sendable.md)
