---
title: baseValue
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/bindablevalue/basevalue
---

# baseValue

A value that reflects the state of the animated property before or after an animation.

## Declaration

```swift
var baseValue: T
```

## See Also

### Accessing the value

- [value](realitykit/bindablevalue/value.md)
- [animatedValue](realitykit/bindablevalue/animatedvalue.md)
