---
title: "init(arrayLiteral:)"
framework: realitykit
role: symbol
role_heading: Initializer
path: "realitykit/jointtransforms/init(arrayliteral:)"
---

# init(arrayLiteral:)

Initializes a collection of animatable transforms using the argument elements for a single skeletal pose.

## Declaration

```swift
init(arrayLiteral elements: Transform...)
```

## Parameters

- `elements`: A comma-delimited list of transforms, which define position, rotation, and scale data for the joints.

## See Also

### Creating joint transforms

- [init()](realitykit/jointtransforms/init().md)
- [init(_:)](realitykit/jointtransforms/init(_:).md)
