Nodify_SelectionType - miroiu/nodify GitHub Wiki

SelectionType Enum

Namespace: Nodify

Assembly: Nodify

References: ItemContainer, NodifyEditor

Available selection logic.

public enum SelectionType  

Fields

Append

Adds items to the current selection.

Append = 2;  

Invert

Inverts the selection.

Invert = 3;  

Remove

Removes items from existing selection.

Remove = 1;  

Replace

Replaces the old selection.

Replace = 0;  
⚠️ **GitHub.com Fallback** ⚠️