浏览代码

Fix CpuImageSample MonoBehaviour name to match filename

/4.0
Tim Mowrer 4 年前
当前提交
be4121aa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Assets/Scripts/CpuImageSample.cs

2
Assets/Scripts/CpuImageSample.cs


/// This is done as an example; do not use this technique simply
/// to render the camera image on screen.
/// </summary>
public class TestCameraImage : MonoBehaviour
public class CpuImageSample : MonoBehaviour
{
[SerializeField]
[Tooltip("The ARCameraManager which will produce frame events.")]

正在加载...
取消
保存