Enum SelectMode
Defines what objects are selectable for the scene tool.
Namespace: UnityEngine.ProBuilder
Syntax
[Flags]
public enum SelectMode
Fields
Name | Description |
---|---|
Any | Match any value. |
Edge | Edges are selectable. |
Face | Faces are selectable. |
InputTool | Other input tool (Poly Shape editor, Bezier editor, etc) |
None | No selection mode defined. |
Object | Objects are selectable. |
TextureEdge | Texture coordinates are selectable. |
TextureFace | Texture coordinates are selectable. |
TextureVertex | Texture coordinates are selectable. |
Vertex | Vertices are selectable. |