<!--
{
  "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/PhysicallyBasedMaterial/Blending-swift.enum/transparent(opacity:)",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation23PhysicallyBasedMaterialV8BlendingO11transparentyAeC7OpacityV_tcAEmF"
  },
  "title" : "PhysicallyBasedMaterial.Blending.transparent(opacity:)"
}
-->

# PhysicallyBasedMaterial.Blending.transparent(opacity:)

A surface that’s transparent.

```
case transparent(opacity: PhysicallyBasedMaterial.Opacity)
```

## Parameters

`opacity`

The opacity of the material.

## Discussion

This enumeration case indicates that the material supports
transparency.

---

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)