浏览代码

Comment out old artistic nodes

/main
Matt Dean 7 年前
当前提交
e6dcc45d
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 4
      MaterialGraphProject/Assets/NewNodes/Editor/Keep/ColorBalanceNode.cs
  2. 4
      MaterialGraphProject/Assets/NewNodes/Editor/Keep/LevelsNode.cs

4
MaterialGraphProject/Assets/NewNodes/Editor/Keep/ColorBalanceNode.cs


using System.Reflection;
using UnityEngine;
namespace UnityEditor.ShaderGraph
/*namespace UnityEditor.ShaderGraph
{
[Title("Art", "Adjustments", "ColorBalance")]
public class ColorBalanceNode : CodeFunctionNode

";
}
}
}
}*/

4
MaterialGraphProject/Assets/NewNodes/Editor/Keep/LevelsNode.cs


using System.Collections.Generic;
using System.Reflection;
namespace UnityEditor.ShaderGraph
/*namespace UnityEditor.ShaderGraph
{
[Title("Art", "Adjustments", "Levels")]
public class LevelsNode : CodeFunctionNode

";
}
}
}
}*/
正在加载...
取消
保存