Closed winxalex closed 8 years ago
When you invoke completion after dot m_Graph. that you saw ? Me interest what you can choose
UnityEditor.Graphs namespace
public abstract class GraphGUI : UnityEngine.ScriptableObject
UnityEditor.Graphs.Graph m_Graph;
UnityEditor.EditorWindow m_Host;
UnityEditor.Graphs.IEdgeGUI m_EdgeGUI;
completion doesn't show them
Looks like its a problem with GraphGUI type.
Fixed by https://github.com/consulo/consulo-dotnet/commit/b1c5994d6ecb96a53ad00551def9ba1b7b1a3759
Try after .NET API plugin update