浏览代码

removed Debug

/4.1
Shan Jiang 4 年前
当前提交
1035b679
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 1
      Assets/Scripts/BasicLightEstimationUI.cs

1
Assets/Scripts/BasicLightEstimationUI.cs


void Update()
{
Debug.Log(m_LightEstimation.cameraManager.currentLightEstimation);
SetUIValue(m_LightEstimation.brightness, ambientIntensityText);
//Display either color temperature or color correction if supported

正在加载...
取消
保存