Clear 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#