{
Light m_Light;
/// <summary>
/// The estimated brightness of the physical environment, if available.
/// </summary>
/// The estimated color temperature of the physical environment, if available.
/// The estimated color correction value of the physical environment, if available.
public Color? colorCorrection { get; private set; }
void Awake ()