ReflectionProbe.clearFlags

Switch to Manual

Description

How the reflection probe clears the background.

using UnityEngine;
using System.Collections;

public class ExampleScript : MonoBehaviour { void Start() { ReflectionProbe probe = GetComponent<ReflectionProbe>();

// Clear with background color (ignore any skyboxes) probe.clearFlags = UnityEngine.Rendering.ReflectionProbeClearFlags.SolidColor; } }

Additional resources: ReflectionProbeClearFlags.


Did you find this page useful? Please give it a rating: