consulo / consulo-unity3d

Frameworks: Unity3D
Apache License 2.0
103 stars 10 forks source link

Can't recognize field Graph.edges (No compiler errors) #79

Closed winxalex closed 8 years ago

winxalex commented 8 years ago
screen shot 2016-07-15 at 5 37 05 pm screen shot 2016-07-15 at 5 37 29 pm
VISTALL commented 8 years ago

When you invoke completion after dot m_Graph. that you saw ? Me interest what you can choose

winxalex commented 8 years ago

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

screen shot 2016-07-18 at 2 32 18 pm
VISTALL commented 8 years ago

Looks like its a problem with GraphGUI type.

winxalex commented 8 years ago
screen shot 2016-07-18 at 2 29 49 pm
VISTALL commented 8 years ago

Fixed by https://github.com/consulo/consulo-dotnet/commit/b1c5994d6ecb96a53ad00551def9ba1b7b1a3759

Try after .NET API plugin update