enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseLight probe interpolation type.
See Also: Light Probes, Light Probe Proxy Volume.
Off | Light Probes are not used. The Scene's ambient probe is provided to the shader. |
BlendProbes | Simple light probe interpolation is used. |
UseProxyVolume | Uses a 3D grid of interpolated light probes. |
CustomProvided | The light probe shader uniform values are extracted from the material property block set on the renderer. |