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

# MutableEquipmentState

A protocol for equipment data that TabletopKit syncs between players, and that can be mutated.

```
protocol MutableEquipmentState : EquipmentState
```

## Topics

### Getting the parent

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

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

### Rendering the quipment

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

A 3D bounding box that encloses the equipment.

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

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

### Controlling the equipment

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

The seats that can manipulate or interact with this equipment.

## Relationships

### Inherits From

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

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

### Conforming Types

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

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

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

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

### Inherited By

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

---

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)