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.21k stars 369 forks source link

Default input and output parameters #207

Open lucasmontec opened 2 years ago

lucasmontec commented 2 years ago

Add a way to create fixed, unremovable parameters. This would allow for safer graph definitions for specific usecases where the graph must have an input and an output always.

Example: Noise graph (that I'm coding). The graph must always have an float2 input parameter and a float output parameter.