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