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

# Entity.ParameterSet

Represents a reference to the parameters for a particular entity.

```
struct ParameterSet
```

## Overview

Note this struct is a reference and does not have copy-on-write semantics.

## Topics

### Subscripts

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

Accessor for the parameters, returns a bindable value.

---

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)