浏览代码

Fixed so that the preview is not drawn ontop of the Settings Menu

/main
Martin Thorzen 6 年前
当前提交
3868cb59
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 5
      com.unity.shadergraph/Editor/Drawing/Views/MaterialNodeView.cs

5
com.unity.shadergraph/Editor/Drawing/Views/MaterialNodeView.cs


}
m_PortInputContainer.SendToBack();
if (node.hasPreview)
m_PreviewFiller.BringToFront();
m_CollapseButton = this.Q("collapse-button");
var settings = node as IHasSettings;

正在加载...
取消
保存