Enum SelectionModifierBehavior
When drag selecting mesh elements, this defines how the Shift key will modify the selection.
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 |