浏览代码

fix wrong namespace runtime class

/main
Remi Slysz 6 年前
当前提交
91dc927e
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 3
      com.unity.render-pipelines.high-definition/HDRP/RenderPipeline/Texture2DAtlas.cs

3
com.unity.render-pipelines.high-definition/HDRP/RenderPipeline/Texture2DAtlas.cs


using System;
using System.Collections.Generic;
using UnityEngine.Rendering;
using UnityEngine.Experimental.Rendering.HDPipeline;
#if UNITY_EDITOR

namespace UnityEngine.Experimental.Rendering
namespace UnityEngine.Experimental.Rendering.HDPipeline
{
public class AtlasAllocator
{

正在加载...
取消
保存