struct in UnityEngine.Experimental.Rendering
Holds data of a visible reflection probe.
After CullResults.Cull is done, CullResults.visibleReflectionProbes will contain an array of reflection probes that are visible. The visible reflection probe structure contains packed
information for most commonly used ReflectionProbe variables, and a VisibleReflectionProbe.probe reference to the component itself.
関連項目: CullResults.visibleReflectionProbes, ReflectionProbe.
blendDistance | Probe blending distance. |
bounds | Probe bounding box. |
boxProjection | Should probe use box projection. |
center | Probe projection center. |
hdr | Shader data for probe HDR texture decoding. |
importance | Probe importance. |
localToWorld | Probe transformation matrix. |
probe | Accessor to ReflectionProbe component. |
texture | Probe texture. |