<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/AREnvironmentProbeAnchor/environmentTexture",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:objc(cs)AREnvironmentProbeAnchor(py)environmentTexture"
  },
  "title" : "environmentTexture"
}
-->

# environmentTexture

A cube-map texture that represents the view in all directions from the probe anchor’s position.

```
var environmentTexture: (any MTLTexture)? { get }
```

## Discussion

This texture is in the format <doc://com.apple.documentation/documentation/Metal/MTLPixelFormat/bgra8Unorm_srgb>.

---

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)