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.28k stars 379 forks source link

Restyle specific nodes/classes #200

Open JefferiesTube opened 2 years ago

JefferiesTube commented 2 years ago

Is there a way to restyle node or just nodes of a specific type? Best case would be if simply adding a .uss - file would do the trick just like PortViewTypes.

I tried adding a BaseNodeView.uss but it does not seem to be used