浏览代码

Enable pixel caching for nodes (should yield better performance)

/main
Peter Bay Bastian 7 年前
当前提交
dfe9bbae
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 2
      MaterialGraphProject/Assets/GraphFramework/SerializableGraph/Editor/Drawing/Drawer/NodeDrawer.cs

2
MaterialGraphProject/Assets/GraphFramework/SerializableGraph/Editor/Drawing/Drawer/NodeDrawer.cs


leftContainer.Add(m_ControlsContainer);
m_CurrentControlPresenter = new List<GraphControlPresenter>();
usePixelCaching = false;
}
private void AddControls(GraphNodePresenter nodeData)

正在加载...
取消
保存