浏览代码

remove ArkitHDRLightEstimation scene

/3.1
Alexandra Serralta 4 年前
当前提交
225f9f82
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 4
      Assets/Scripts/UX/ARSceneSelectUI.cs

4
Assets/Scripts/UX/ARSceneSelectUI.cs


m_AllMenu.SetActive(false);
}
public void ARKitHDRLightEstimationButtonPressed()
{
SceneManager.LoadScene("ARKitHDRLightEstimation", LoadSceneMode.Single);
}
public void LightEstimationButtonPressed()
{

正在加载...
取消
保存