浏览代码

Add xmldoc comments

/1.5-preview
Tim Mowrer 6 年前
当前提交
0bd68504
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9
      Assets/Scripts/LightEstimation.cs

9
Assets/Scripts/LightEstimation.cs


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

正在加载...
取消
保存