浏览代码

Comment out vertex interpolator node

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

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


using UnityEngine;
using UnityEditor.Graphing;
namespace UnityEditor.ShaderGraph
/*namespace UnityEditor.ShaderGraph
{
[Title("Vertex Interpolation")]
public class VertexInterpolatorNode : AbstractMaterialNode

static readonly int[] k_ValidSlots = { InputSlotId, OutputSlotId };
}
}
}*/
正在加载...
取消
保存