---
title: ParameterSet
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/parameterset
---

# ParameterSet

A reference to general-purpose entity parameters for animations.

## Declaration

```swift
struct ParameterSet
```

## Overview

Overview Subscript this structure to access a particular property by name. The return value is BindableValue <T>, where T is one of the adopting BindableData types. As a reference, this structure doesn’t exhibit copy-on-write behavior.

## Topics

### Accessing a parameter by name

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

## See Also

### Bindable animation targets

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