Reply To: Change graphs in runtime

Forums 💬 FlowCanvas ⚙️ Support Change graphs in runtime Reply To: Change graphs in runtime

#21992
Gavalakis
Keymaster

    Hello,

    Sorry for late reply.
    Yes, that is very possible and easy. You can create as many FlowScript assets as you’d like and then change the “active” flowScript by getting a reference to the FlowScriptController and calling SwitchGraph.
    controller.SwitchGraph(someFlowScriptAsset).

    Let me know if that works for you.
    Thanks.