> For the complete documentation index, see [llms.txt](https://sparkar-community.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sparkar-community.gitbook.io/docs/scenemodule/trackingmode.md).

# TrackingMode

The `TrackingMode` enum describes how a PlaneTracker is tracking an object.

### Values <a href="#values" id="values"></a>

| Value             | Description                                                         |
| ----------------- | ------------------------------------------------------------------- |
| `VERTICAL_PLANE`  | Indicates that a vertical plane is being tracked.                   |
| `ARBITRARY_DEPTH` | Indicates that the plane tracker is tracking at an arbitrary depth. |
| `PLANE`           | Indicates that a horizontal plane is being tracked.                 |
| `MOVING_OBJECT`   | Indicates that a moving object is being tracked.                    |
