INodeControllable
using FlowReactor.NodeUtilityModules
void OnNodeInitialize(Node _node);
Automatically called on node initialization
void OnNodeExecute();
Automatically called on node execution
void OnNodeStopExecute();
Automatically called on node stop execution
void OnNode(Node _node, params object[] _parameters);
Method for manual controllable method calls
Last modified 4mo ago