InteractionModifierΒΆ

Enumeration InteractionModifier

The available interaction modifiers. They determine additional modifications of an interaction.

Enumeration Members

Enumeration Members

ADD: 1

Indicates that the current target node should be added to the current selection.

DEFAULT: 0

The default modifier. The interaction has no additional modifications.

EXPAND: 2

Indicates that the parent of the selected node should be selected, too. Enable SettingStrings.PARENT_SELECT_ENABLED to set this modifier in interactions.

SECONDARY: 3

Indicates that the secondary button of the pointer was used.