---
title: EquipmentState
framework: tabletopkit
role: symbol
role_heading: Protocol
path: tabletopkit/equipmentstate
---

# EquipmentState

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

## Declaration

```swift
protocol EquipmentState : Equatable
```

## Topics

### Getting the parent equipment

- [parentID](tabletopkit/equipmentstate/parentid.md)

### Rendering the equipment

- [boundingBox](tabletopkit/equipmentstate/boundingbox.md)
- [pose](tabletopkit/equipmentstate/pose.md)

### Controlling the equipment

- [seatControl](tabletopkit/equipmentstate/seatcontrol.md)
- [lockedBy](tabletopkit/equipmentstate/lockedby.md)

## Relationships

### Inherits From

- [Equatable](swift/equatable.md)

### Inherited By

- [CustomEquipmentState](tabletopkit/customequipmentstate.md)
- [MutableEquipmentState](tabletopkit/mutableequipmentstate.md)

### Conforming Types

- [BaseEquipmentState](tabletopkit/baseequipmentstate.md)
- [CardState](tabletopkit/cardstate.md)
- [DieState](tabletopkit/diestate.md)
- [RawValueState](tabletopkit/rawvaluestate.md)

## See Also

### Equipment

- [Implementing playing card overlap and physical characteristics](tabletopkit/implementing-playing-card-overlap-and-physical-characteristics.md)
- [Equipment](tabletopkit/equipment.md)
- [EquipmentCollection](tabletopkit/equipmentcollection.md)
- [EntityEquipment](tabletopkit/entityequipment.md)
- [EquipmentIdentifier](tabletopkit/equipmentidentifier.md)
- [EquipmentStateCollection](tabletopkit/equipmentstatecollection.md)
- [BaseEquipmentState](tabletopkit/baseequipmentstate.md)
- [CustomEquipmentState](tabletopkit/customequipmentstate.md)
- [MutableEquipmentState](tabletopkit/mutableequipmentstate.md)
- [CardState](tabletopkit/cardstate.md)
- [DieState](tabletopkit/diestate.md)
- [RawValueState](tabletopkit/rawvaluestate.md)
- [ControllingSeats](tabletopkit/controllingseats.md)
