<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/BindableValuesReference",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation23BindableValuesReferenceV"
  },
  "title" : "BindableValuesReference"
}
-->

# BindableValuesReference

A reference to a bindable value of an animation.

```
struct BindableValuesReference
```

## 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`](/documentation/RealityKit/BindableValue)
structure.

## Topics

### Accessing values

[`subscript<T>(BindTarget, T.Type) -> BindableValue<T>?`](/documentation/RealityKit/BindableValuesReference/subscript(_:_:))

Returns the bindable value at the subscripted index.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)