Seneral / Node_Editor_Framework

A flexible and modular Node Editor Framework for creating node based displays and editors in Unity
https://nodeeditor.seneral.dev
MIT License
2.01k stars 415 forks source link

#41 Node Groups #112

Closed Seneral closed 7 years ago

Seneral commented 7 years ago

41 Added basic grouping functionality

Nodes automatically attach to groups when they are more than half in the group rect and get dragged around when the group is dragged. The group itself has a color and a title, both of which can be edited in the UI, and can be resized when dragging the sides of the colored group rect.

Seneral commented 7 years ago

So, this was the last merge conflict. Going to squash and merge now...