浏览代码

Renaming TestCameraSwapper -> CameraSwapper.

Renaming TestConfigurationChooser -> CustomConfigurationChooser.
/4.1
Todd Stinson 4 年前
当前提交
a8234280
共有 6 个文件被更改,包括 2 次插入2 次删除
  1. 2
      Assets/Scripts/CameraSwapper.cs
  2. 2
      Assets/Scripts/CustomConfigurationChooser.cs
  3. 0
      /Assets/Scripts/CameraSwapper.cs.meta
  4. 0
      /Assets/Scripts/CustomConfigurationChooser.cs.meta
  5. 0
      /Assets/Scripts/CameraSwapper.cs
  6. 0
      /Assets/Scripts/CustomConfigurationChooser.cs

2
Assets/Scripts/CameraSwapper.cs


namespace UnityEngine.XR.ARFoundation.Samples
{
public class TestCameraSwapper : MonoBehaviour
public class CameraSwapper : MonoBehaviour
{
/// <summary>
/// The camera manager for switching the camera direction.

2
Assets/Scripts/CustomConfigurationChooser.cs


namespace UnityEngine.XR.ARFoundation.Samples
{
public class TestConfigurationChooser : MonoBehaviour
public class CustomConfigurationChooser : MonoBehaviour
{
/// <summary>
/// The configuration chooser mode. Values must match the UI dropdown.

/Assets/Scripts/TestCameraSwapper.cs.meta → /Assets/Scripts/CameraSwapper.cs.meta

/Assets/Scripts/TestConfigurationChooser.cs.meta → /Assets/Scripts/CustomConfigurationChooser.cs.meta

/Assets/Scripts/TestCameraSwapper.cs → /Assets/Scripts/CameraSwapper.cs

/Assets/Scripts/TestConfigurationChooser.cs → /Assets/Scripts/CustomConfigurationChooser.cs

正在加载...
取消
保存