-
-
Notifications
You must be signed in to change notification settings - Fork 230
Nodify_ConnectionDirection
miroiu edited this page Dec 23, 2024
·
1 revision
Namespace: Nodify
Assembly: Nodify
References: BaseConnection, LineConnection, PendingConnection
The direction in which a connection is oriented.
public enum ConnectionDirection
From BaseConnection.Target to BaseConnection.Source.
Backward = 1;
From BaseConnection.Source to BaseConnection.Target.
Forward = 0;