浏览代码

fix indentation

/4.0
Alexandra Serralta 4 年前
当前提交
ad3d7445
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. 14
      Assets/Scripts/UX/CheckAvailableFeatures.cs

14
Assets/Scripts/UX/CheckAvailableFeatures.cs


m_FaceRegions.interactable = true;
#endif
foreach(var faceDescriptor in faceDescriptors)
{
if(faceDescriptor.supportsEyeTracking)
if(faceDescriptor.supportsEyeTracking)
{
m_EyePoses.interactable = true;
m_FixationPoint.interactable = true;
m_EyeLasers.interactable = true;
break;
}
m_EyePoses.interactable = true;
m_FixationPoint.interactable = true;
m_EyeLasers.interactable = true;
break;
}
}
if(occlusionDescriptors.Count > 0)

正在加载...
取消
保存