---
title: self
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/bindtarget/entitypath/self
---

# self

A bind target for the entity.

## Declaration

```swift
var `self`: BindTarget { get }
```

## Discussion

Discussion This property represents a bind path within an AnimationView to redirect the view’s source animation to a different scene.

## See Also

### Accessing a bind target

- [jointTransforms](realitykit/bindtarget/entitypath/jointtransforms.md)
- [transform](realitykit/bindtarget/entitypath/transform.md)
- [parameter(_:)](realitykit/bindtarget/entitypath/parameter(_:).md)
