<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.11.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GameplayKit",
  "identifier" : "/documentation/GameplayKit/GKBox",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "GameplayKit"
    ],
    "preciseIdentifier" : "c:@S@GKBox"
  },
  "title" : "GKBox"
}
-->

# GKBox

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

```
struct GKBox
```

## Topics

### Initializers

[`init()`](/documentation/GameplayKit/GKBox/init())

[`init(boxMin:boxMax:)`](/documentation/GameplayKit/GKBox/init(boxMin:boxMax:))

### Instance Properties

[`boxMax`](/documentation/GameplayKit/GKBox/boxMax)

The corner of the box with the highest coordinate values (in most coordinate systems, the near-upper-right corner).

[`boxMin`](/documentation/GameplayKit/GKBox/boxMin)

The corner of the box with the lowest coordinate values (in most coordinate systems, the far-lower-left corner).



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)