<!--
{
  "availability" : [
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TabletopKit",
  "identifier" : "/documentation/TabletopKit/DebugDrawOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "TabletopKit"
    ],
    "preciseIdentifier" : "s:11TabletopKit16DebugDrawOptionsV"
  },
  "title" : "DebugDrawOptions"
}
-->

# DebugDrawOptions

Types of items in a rendering that you want to debug.

```
struct DebugDrawOptions
```

## Overview

Use the [`debugDraw(options:)`](/documentation/TabletopKit/TabletopGame/debugDraw(options:)) method to draw a debug representation of the rendered items.

## Topics

### Setting the types of items

[`static let drawEquipment: DebugDrawOptions`](/documentation/TabletopKit/DebugDrawOptions/drawEquipment)

[`static let drawSeats: DebugDrawOptions`](/documentation/TabletopKit/DebugDrawOptions/drawSeats)

[`static let drawTable: DebugDrawOptions`](/documentation/TabletopKit/DebugDrawOptions/drawTable)

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`ExpressibleByArrayLiteral`](/documentation/Swift/ExpressibleByArrayLiteral)

[`OptionSet`](/documentation/Swift/OptionSet)

[`SetAlgebra`](/documentation/Swift/SetAlgebra)

---

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)