NPBehave
NPBehave copied to clipboard
Creation Utility class
trafficstars
Can you add class that handles creation for nodes? That way instead of bunch of "new"
You would have this
Or even this

It could also be a way to add labelling directly into node creation as I shown in #31 or would allow for easy Label "fake decorator" like so
Label("Steering", Sequence(...));
that's a good idea, however I think it would mean that it would only contain nodes that the core library has, not any custom nodes. Also it means a lot of duplication for the constructors. I'll give it some thought.
You can probably make use of extension methods to add your own nodes into it :)