<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/AdaptiveResolutionComponent",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation27AdaptiveResolutionComponentV"
  },
  "title" : "AdaptiveResolutionComponent"
}
-->

# AdaptiveResolutionComponent

A component that provides the suggested pixels per meter necessary to render an object.

```
struct AdaptiveResolutionComponent
```

## Overview

Use the [`pixelsPerMeter`](/documentation/RealityKit/AdaptiveResolutionComponent/pixelsPerMeter) property to proactively update your scene to disable expensive systems and high-resolution content that is far away.

> Note: `pixelsPerMeter` is binned to protect user privacy.

## Topics

### Initializers

[`init()`](/documentation/RealityKit/AdaptiveResolutionComponent/init())

Creates a new instance of the adaptive resolution component.

### Instance Properties

[`var pixelsPerMeter: Float`](/documentation/RealityKit/AdaptiveResolutionComponent/pixelsPerMeter)

A read-only value representing the suggested pixels per meter necessary to render an object.

## Relationships

### Conforms To

[`Component`](/documentation/RealityKit/Component)

---

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)