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

# EntityRenderDelegate

A protocol for the object that renders your entire game using RealityKit.

```
protocol EntityRenderDelegate : TabletopGame.RenderDelegate
```

## Topics

### Getting the root entity

[`var root: Entity`](/documentation/TabletopKit/EntityRenderDelegate/root)

### Rendering the table

[`func updateRootPose(Pose3D)`](/documentation/TabletopKit/EntityRenderDelegate/updateRootPose(_:))

## Relationships

### Inherits From

[`RenderDelegate`](/documentation/TabletopKit/TabletopGame/RenderDelegate)

---

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)