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

# EquipmentState

A protocol for the equipment data that TabletopKit syncs between players.

```
protocol EquipmentState : Equatable
```

## Topics

### Getting the parent equipment

[`var parentID: EquipmentIdentifier`](/documentation/TabletopKit/EquipmentState/parentID)

The identifier for the parent equipment that holds or contains this equipment.

### Rendering the equipment

[`var boundingBox: Rect3D`](/documentation/TabletopKit/EquipmentState/boundingBox)

A 3D bounding box that encloses the equipment.

[`var pose: TableVisualState.Pose2D`](/documentation/TabletopKit/EquipmentState/pose)

The 2D position and rotation of the equipment relative to the parent equipment, or table.

### Controlling the equipment

[`var seatControl: ControllingSeats`](/documentation/TabletopKit/EquipmentState/seatControl)

The seats that can manipulate or interact with this equipment.

[`var lockedBy: PlayerIdentifier?`](/documentation/TabletopKit/EquipmentState/lockedBy)

The identifier for the player who exclusively controls the equipment.

## Relationships

### Conforming Types

[`CardState`](/documentation/TabletopKit/CardState)

[`BaseEquipmentState`](/documentation/TabletopKit/BaseEquipmentState)

[`RawValueState`](/documentation/TabletopKit/RawValueState)

[`DieState`](/documentation/TabletopKit/DieState)

### Inherited By

[`CustomEquipmentState`](/documentation/TabletopKit/CustomEquipmentState)

[`MutableEquipmentState`](/documentation/TabletopKit/MutableEquipmentState)

### Inherits From

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

---

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)