---
title: targetEntity
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/actionevent/targetentity
---

# targetEntity

The entity the bind target references.

## Declaration

```swift
let targetEntity: Entity?
```

## Discussion

Discussion For example, if a bind target references an entity’s transform (i.e. .transform), this value is set to that entity. This may differ from the entity property in the playback controller if the bind target references an entity other than the entity that the animation was played on.
