<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/SkeletalPose/init(id:from:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation12SkeletalPoseV2id4fromACSS_AA12MeshResourceC8SkeletonVtcfc"
  },
  "title" : "init(id:from:)"
}
-->

# init(id:from:)

Creates a skeletal pose from the rest pose of the model skeleton.

```
init(id: SkeletalPose.ID, from skeleton: MeshResource.Skeleton)
```

## Parameters

`id`

The unique name of the pose.

`skeleton`

The skeleton to extract the joint names and rest pose transformations from.

---

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)