Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


VisibleReflectionProbe

Holds data of a visible reflection reflectionProbe.
Read time 1 minuteLast updated 4 days ago

Definition

public struct VisibleReflectionProbe : IEquatable<VisibleReflectionProbe>

Remarks

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 probe reference to the component itself.

Properties

Property

Description

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.