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