Enum ToolbarGroup
Defines what area of the ProBuilder toolbar a MenuAction should be grouped into.
Namespace: UnityEditor.ProBuilder
Syntax
public enum ToolbarGroup
Fields
Name | Description |
---|---|
Entity | An action for creating or modifying @"UnityEngine.ProBuilder.EntityBehaviour" types. |
Export | This action exports meshes. |
Geometry | This action affects geometry elements (vertices, edges, faces). |
Object | This action affects objects (as opposed to mesh attributes like vertex or face). |
Selection | This is an interface toggle or an element selection action. |
Tool | A tool that opens it's own window. Example, UV Editor, Smoothing Groups, Vertex Color Painter, etc. |