Version: 2022.2

VisibleReflectionProbe

struct in UnityEngine.Rendering

切换到手册

描述

保留可见反射 reflectionProbe 的数据。

ScriptableRenderContext.Cull 完成后,CullingResults.visibleReflectionProbes 将包含一系列可见反射 reflectionProbes。可见反射 reflectionProbe 结构包含 最常用 ReflectionProbe 变量的打包信息,以及对组件本身的 VisibleReflectionProbe.probe 引用。

另请参阅:CullingResults.visibleReflectionProbesReflectionProbe

变量

blendDistance探针混合距离。
boundsThe probe's world space axis-aligned bounding box in which the probe can contribute to reflections.
centerThe center of the probe's bounding box in which the probe can contribute to reflections. The center is relative to the position of the probe.
hdrData着色器数据,用于探针 HDR 纹理解码。
importance探针重要性。
isBoxProjection如果探针使用盒体投影。
localToWorldMatrix探针变换矩阵。
reflectionProbe ReflectionProbe 组件的访问器。
texture探针纹理。