<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/VirtualEnvironmentProbeComponent/Source-swift.enum/blend(from:to:t:)",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation32VirtualEnvironmentProbeComponentV6SourceO5blendyAeC0E0V_AHSftcAEmF"
  },
  "title" : "VirtualEnvironmentProbeComponent.Source.blend(from:to:t:)"
}
-->

# VirtualEnvironmentProbeComponent.Source.blend(from:to:t:)

A source that blends between two pregenerated probes based on the provided blend factor.

```
case blend(from: VirtualEnvironmentProbeComponent.Probe, to: VirtualEnvironmentProbeComponent.Probe, t: Float)
```

## Discussion

The blend factor is in the range `[0.0, 1.0]` where a value of `0.0` uses only the
first probe, and `1.0` uses only the second probe.

---

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)