---
title: BindableValuesReference
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/bindablevaluesreference
---

# BindableValuesReference

A reference to a bindable value of an animation.

## Declaration

```swift
struct BindableValuesReference
```

## Overview

Overview As the name indicates, this structure doesn’t exhibit copy-on-write behavior because it’s a reference. This is in contrast to the BindableValue structure.

## Topics

### Accessing values

- [subscript(_:_:)](realitykit/bindablevaluesreference/subscript(_:_:).md)

## See Also

### Bindable animation targets

- [BindPath](realitykit/bindpath.md)
- [BindTarget](realitykit/bindtarget.md)
- [BindableValue](realitykit/bindablevalue.md)
- [ParameterSet](realitykit/parameterset.md)
- [InternalBindPath](realitykit/internalbindpath.md)
