浏览代码

Comment for later

/stochastic_alpha_test
Thomas 7 年前
当前提交
ae7e107e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      ScriptableRenderPipeline/HDRenderPipeline/Editor/HDAssetFactory.cs

1
ScriptableRenderPipeline/HDRenderPipeline/Editor/HDAssetFactory.cs


AssetDatabase.Refresh();
}
// Note: move this to a static using once we can target C#6+
static T Load<T>(string path)
where T : UnityObject
{

正在加载...
取消
保存