---
title: bindTarget
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/fromtobyanimation/bindtarget
---

# bindTarget

A textual name that identifies the particular property that animates.

## Declaration

```swift
var bindTarget: BindTarget { get set }
```

## Discussion

Discussion The property name is a key path. For more information on key paths, see Key-Path Expressions.

## See Also

### Configuring the animation

- [name](realitykit/fromtobyanimation/name.md)
- [blendLayer](realitykit/fromtobyanimation/blendlayer.md)
- [jointNames](realitykit/fromtobyanimation/jointnames.md)
- [isScaleAnimated](realitykit/fromtobyanimation/isscaleanimated.md)
- [isRotationAnimated](realitykit/fromtobyanimation/isrotationanimated.md)
- [isTranslationAnimated](realitykit/fromtobyanimation/istranslationanimated.md)
- [isAdditive](realitykit/fromtobyanimation/isadditive.md)
