<!--
{
  "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/SkeletalPosesComponent/init(poses:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation22SkeletalPosesComponentV5posesACSayAA0C4PoseVG_tcfc"
  },
  "title" : "init(poses:)"
}
-->

# init(poses:)

Creates a component value with the provided poses.

```
init(poses: [SkeletalPose])
```

## Parameters

`poses`

The pose values, arranged in any order of your choosing.

## Discussion> Warning: When multiple poses share the same identifier, only the first one is accessible using its identifier.

---

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)