You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These events can be handled by the node to react when a certain port is connected or changed.
NodeBox 2 uses the event bus paradigm for this: receivers can connect to the event stream, which is the full list of events. They can filter out the events they want themselves. I suggest using this system for SceneBuilder as well.
These events can be handled by the node to react when a certain port is connected or changed.
NodeBox 2 uses the event bus paradigm for this: receivers can connect to the event stream, which is the full list of events. They can filter out the events they want themselves. I suggest using this system for SceneBuilder as well.