Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


backgroundColor

The color with which the texture of reflection probe will be cleared.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public Color backgroundColor { get; set; }

Remarks

Only used if ReflectionProbe.clearFlags are set to CameraClearFlags.SolidColor (or CameraClearFlags.Skybox but the skybox is not set up). Additional Resources: Camera.clearFlags.