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 |
---|---|
Add | Always add to the selection. |
Difference | Invert the selected faces (default). |
Subtract | Always subtract from the selection. |