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 | Any mesh element touching the drag rectangle is selected. |
0 |
Complete | Mesh elements must be completely enveloped by the drag rect to be selected. |
1 |