alelievr / NodeGraphProcessor

Node graph editor framework focused on data processing using Unity UIElements and C# 4.6
https://github.com/alelievr/NodeGraphProcessor/projects/2
MIT License
2.34k stars 387 forks source link

Vertical node attribute not applied if used in base class #137

Closed emrys90 closed 3 years ago

emrys90 commented 3 years ago

The Vertical attribute doesn't seem to work if its used in a derived class via inheritance

emrys90 commented 3 years ago

Nevermind, this is also being caused by not working for lists of inputs https://github.com/alelievr/NodeGraphProcessor/issues/134