浏览代码

Add preview to SubGraphOutputNode

/main
Jens Holm 7 年前
当前提交
0f82d00d
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
      com.unity.shadergraph/Editor/Data/SubGraph/SubGraphOutputNode.cs

5
com.unity.shadergraph/Editor/Data/SubGraph/SubGraphOutputNode.cs


name = "SubGraphOutputs";
}
public override bool hasPreview
{
get { return true; }
}
public virtual int AddSlot()
{
var index = this.GetInputSlots<ISlot>().Count() + 1;

正在加载...
取消
保存