Enum SelectionModifierBehavior
Defines how the Shift key modifies the selection when drag-selecting mesh elements.
Namespace: UnityEngine.ProBuilder
Syntax
public enum SelectionModifierBehavior
Remarks
Editor only.
Fields
Name | Description | Value |
---|---|---|
Add | Always add to the selection. |
0 |
Subtract | Always subtract from the selection. |
1 |
Difference | Invert the selected faces (default). |
2 |