---
title: box
framework: gameplaykit
role: symbol
role_heading: Instance Property
path: gameplaykit/gkoctreenode/box
---

# box

The axis-aligned bounding box represented by the node.

## Declaration

```swift
var box: GKBox { get }
```

## Discussion

Discussion You can use this rectangle to find elements in the tree with the elements(in:) method. For more information, see GameplayKit Programming Guide.
