---
title: "init(poses:)"
framework: realitykit
role: symbol
role_heading: Initializer
path: "realitykit/skeletalposescomponent/init(poses:)"
---

# init(poses:)

Creates a component value with the provided poses.

## Declaration

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

## Parameters

- `poses`: The pose values, arranged in any order of your choosing.

## Discussion

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