<!--
{
  "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/ParameterSet",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation12ParameterSetV"
  },
  "title" : "ParameterSet"
}
-->

# ParameterSet

A reference to general-purpose entity parameters for animations.

```
struct ParameterSet
```

## Overview

Subscript this structure to access a particular property by name. The return
value is [`BindableValue`](/documentation/RealityKit/BindableValue) `<T>`, where `T` is one of the adopting
[`BindableData`](/documentation/RealityKit/BindableData) types.

As a reference, this structure doesn’t exhibit copy-on-write behavior.

## Topics

### Accessing a parameter by name

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

Provides a bindable value for the given name.



---

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)