Gentlymad-Studios / NewGraph

A general node graph solution centered on data management. This is based on the idea to visualize complex data structures as graph networks without having to modify already established data classes.
MIT License
244 stars 19 forks source link

Fix interface assignable from #57

Open emrys90 opened 2 weeks ago

emrys90 commented 2 weeks ago

If you have an interface that extends INode, it would not be able to be used for port connections. This is because IsSubclassOf does not work for interfaces.