Nodify_SelectionType - miroiu/nodify GitHub Wiki
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;