---
title: rootPose
framework: tabletopkit
role: symbol
role_heading: Instance Property
path: tabletopkit/tabletopgame/rootpose
---

# rootPose

Update the root pose for the current player

## Declaration

```swift
var rootPose: Pose3D { get set }
```

## See Also

### Creating a tabletop game

- [init(tableSetup:version:)](tabletopkit/tabletopgame/init(tablesetup:version:).md)
- [update(deltaTime:)](tabletopkit/tabletopgame/update(deltatime:).md)
- [withCurrentSnapshot(_:)](tabletopkit/tabletopgame/withcurrentsnapshot(_:).md)
