Enum SelectionModifierBehavior
Defines how the Shift key modifies the selection when drag-selecting mesh elements.
Namespace: UnityEngine.ProBuilder
Assembly: Unity.ProBuilder.dll
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. |