Enum RectSelectMode
Defines the behavior of drag selection in the Scene view for mesh elements.
Namespace: UnityEngine.ProBuilder
Syntax
public enum RectSelectMode
Fields
| Name | Description | Value |
|---|---|---|
| Partial | Selects any mesh element that touches the drag rectangle. |
0 |
| Complete | Selects only those mesh elements that are completely enveloped by the drag rect. |
1 |