Reply To: two-way binding properties node.

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

#21713
toto007
Participant

    Thank you for you advices.
    I do your flownode class a partial class and it’s works and more easy extended flownode. So I will gladly when you make it partial officially for the next version 🙂

    Furthermore for my use case I have followed your advice for extend my nodo with a custom method OnSceneGUI

    To do this when the node is selected I add to the reference subject gameobject a support class “ActionsceneGUI”

    So to ActionSceneGUI I associate a class ActionGUIEditor that extends Editor and invokes the OnsceneGUI method based on the selected node

    This avoids me writing a lot of code around. Thanks for you advice 🙂 . I was wondering if you have any more optimal solutions or if it may be enough so