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