---
title: DebugDrawOptions
framework: tabletopkit
role: symbol
role_heading: Structure
path: tabletopkit/debugdrawoptions
---

# DebugDrawOptions

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

## Declaration

```swift
struct DebugDrawOptions
```

## Overview

Overview Use the debugDraw(options:) method to draw a debug representation of the rendered items.

## Topics

### Setting the types of items

- [drawEquipment](tabletopkit/debugdrawoptions/drawequipment.md)
- [drawSeats](tabletopkit/debugdrawoptions/drawseats.md)
- [drawTable](tabletopkit/debugdrawoptions/drawtable.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)
