Skip to content

Nodify_SelectionType

miroiu edited this page Dec 23, 2024 · 1 revision

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;  
Clone this wiki locally