Select your preferred scripting language. All code snippets will be displayed in this language.
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.
CloseClear with the skybox.
If a skybox is not set up, the Reflection Probe will clear with a backgroundColor. See Also: ReflectionProbe.clearFlags property.
// Clear with a skybox var probe = GetComponent.<ReflectionProbe>(); probe.clearFlags = ReflectionProbeClearFlags.Skybox;
no example available in C#