浏览代码

Renaming the TestDepthImage script to DisplayDepthImage.

/4.1
Todd Stinson 4 年前
当前提交
c4afc37d
共有 3 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Assets/Scripts/DisplayDepthImage.cs
  2. 0
      /Assets/Scripts/DisplayDepthImage.cs.meta
  3. 0
      /Assets/Scripts/DisplayDepthImage.cs

2
Assets/Scripts/DisplayDepthImage.cs


/// This component displays a picture-in-picture view of the environment depth texture, the human depth texture, or
/// the human stencil texture.
/// </summary>
public class TestDepthImage : MonoBehaviour
public class DisplayDepthImage : MonoBehaviour
{
/// <summary>
/// The display mode for the texture widget. Values must match the UI dropdown.

/Assets/Scripts/TestDepthImage.cs.meta → /Assets/Scripts/DisplayDepthImage.cs.meta

/Assets/Scripts/TestDepthImage.cs → /Assets/Scripts/DisplayDepthImage.cs

正在加载...
取消
保存