---
title: bindTarget
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/sampledanimation/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/sampledanimation/name.md)
- [blendLayer](realitykit/sampledanimation/blendlayer.md)
- [jointNames](realitykit/sampledanimation/jointnames.md)
- [isRotationAnimated](realitykit/sampledanimation/isrotationanimated.md)
- [isScaleAnimated](realitykit/sampledanimation/isscaleanimated.md)
- [isTranslationAnimated](realitykit/sampledanimation/istranslationanimated.md)
- [additive](realitykit/sampledanimation/additive.md)
- [tweenMode](realitykit/sampledanimation/tweenmode.md)
