Version: 2023.2
언어: 한국어

VisibleReflectionProbe

struct in UnityEngine.Rendering

매뉴얼로 전환

설명

Holds data of a visible reflection reflectionProbe.

After ScriptableRenderContext.Cull is done, CullingResults.visibleReflectionProbes will contain an array of reflection reflectionProbes that are visible. The visible reflection reflectionProbe structure contains packed information for most commonly used ReflectionProbe variables, and a VisibleReflectionProbe.probe reference to the component itself.

Additional resources: CullingResults.visibleReflectionProbes, ReflectionProbe.

변수

blendDistanceProbe blending distance.
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.
hdrDataShader data for probe HDR texture decoding.
importanceProbe importance.
isBoxProjectionShould probe use box projection.
localToWorldMatrixProbe transformation matrix.
reflectionProbeAccessor to ReflectionProbe component.
textureProbe texture.