浏览代码

Add xmldoc comment

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

6
Assets/Scripts/LightEstimation.cs


using UnityEngine;
using UnityEngine.XR.ARFoundation;
/// <summary>
/// A component that can be used to access the most
/// recently received light estimation information
/// for the physical environment as observed by an
/// AR device.
/// </summary>
[RequireComponent(typeof(Light))]
public class LightEstimation : MonoBehaviour
{

正在加载...
取消
保存