Reply To: two-way binding properties node.

Forums 💬 FlowCanvas ⚙️ Support two-way binding properties node. Reply To: two-way binding properties node.

#21712
Gavalakis
Keymaster

    Hello again,

    Thanks for the follow up. I am glad that it works for you. I will make FlowNode partial in the next version, no problem 🙂
    Regarding OnSceneGUI, I am thinking of adding a virtual “OnSceneGUISelected” in the base “Node” class, so that it’s easy for people to simply override and work with SceneGUI without a lot of fuss 🙂 It will basically do prety much what you are already doing, but more tight with the rest of the framework. Until the next version (v3.0) is out though, I think your solution is fine as it is 🙂

    Thanks!