<!--
{
  "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/BindableValue/value",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation13BindableValueV5valuexvp"
  },
  "title" : "value"
}
-->

# value

The main accessor for the bind value.

```
var value: T { get set }
```

## Discussion

This property returns the animated value
([`animatedValue`](/documentation/RealityKit/BindableValue/animatedValue)) if an animation is active. Otherwise,
this property returns the base value ([`baseValue`](/documentation/RealityKit/BindableValue/baseValue)).

When you assign a value to this property, the setter assigns the
value you provide to [`baseValue`](/documentation/RealityKit/BindableValue/baseValue).

---

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)