Reply To: I would like a reference from SimplexNodeWrapper to simplexNode.

FlowCanvas Forums Support I would like a reference from SimplexNodeWrapper to simplexNode. Reply To: I would like a reference from SimplexNodeWrapper to simplexNode.

#3594
Gavalakis
Keymaster

Hello and sorry for the late reply. I am glad you like FlowCanvas, thanks 🙂
SimplexNodes are implemented in a way that differentiate them from “normal” nodes (meaning all those deriving from FlowNode) and this has some restrictions, even though they were implemented this way for straightforward ease of creating nodes.
If you want total control over your nodes like in your example, may I suggest that you instead create your custom nodes by deriving from FlowNode rather than creating SimplexNodes? This will give you all the control you need since FlowNodes are Nodes, while SimplexNodes, well.. are something different 🙂

With that said, I can of course implement your suggestion to be able to reference the SimplexNode from within SimplexNodeWrapper, but I would still suggest creating custom nodes deriving FlowNodes for more control like in your use case.

Let me know what you think.
Thanks!

Join us on Discord: https://discord.gg/97q2Rjh