-
-
Notifications
You must be signed in to change notification settings - Fork 314
Nodify_SelectionType
miroiu edited this page Jun 18, 2025
·
2 revisions
Namespace: Nodify
Assembly: Nodify
References: ConnectionContainer, ItemContainer, NodifyEditor
Available selection logic.
public enum SelectionType Adds items to the current selection.
Append = 2; Inverts the selection.
Invert = 3; Removes items from existing selection.
Remove = 1; Replaces the old selection.
Replace = 0;