---
title: "init(ignoredJoints:)"
framework: createmlcomponents
role: symbol
role_heading: Initializer
path: "createmlcomponents/jointsselector/init(ignoredjoints:)"
---

# init(ignoredJoints:)

Creates a joint selector transformer using a list of joint keys to be ignored.

## Declaration

```swift
init(ignoredJoints: [JointKey])
```

## Parameters

- `ignoredJoints`: Joint keys to be ignored and set to zero in the pose.

## See Also

### Creating a selector

- [init(selectedJoints:)](createmlcomponents/jointsselector/init(selectedjoints:).md)
