---
title: "init(_:)"
framework: realitykit
role: symbol
role_heading: Initializer
path: "realitykit/bodytrackingcomponent/init(_:)"
---

# init(_:)

Creates a body-tracking component for the given target.

## Declaration

```swift
init(_ target: BodyTrackingComponent.Target)
```

## Parameters

- `target`: An indication of the person to track.

## See Also

### Creating a body tracking component

- [init()](realitykit/bodytrackingcomponent/init().md)
