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