-
-
Notifications
You must be signed in to change notification settings - Fork 230
Nodify_SelectionType
miroiu edited this page Dec 23, 2024
·
1 revision
Namespace: Nodify
Assembly: Nodify
References: 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;