浏览代码

[mat graph]Allow connection, it should replace existing.

/main
Tim Cooper 8 年前
当前提交
56dd09da
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      MaterialGraphProject/Assets/NewUI/Editor/Elements/Presenters/NodeAnchorPresenter.cs

2
MaterialGraphProject/Assets/NewUI/Editor/Elements/Presenters/NodeAnchorPresenter.cs


public bool IsConnectable()
{
return direction == Direction.Output || !connected;
return true;
}
protected new void OnEnable()

正在加载...
取消
保存