-
-
Notifications
You must be signed in to change notification settings - Fork 593
Node.OnCreateConnection
Thor Brigsted edited this page Nov 15, 2018
·
2 revisions
Called after a connection between two node ports is created
public virtual void OnCreateConnection(NodePort from, NodePort to);
Parameters | Summary |
---|---|
from | Output |
to | Input |
See also: OnRemoveConnection