docs.unity.cn
    Show / Hide Table of Contents

    Enum ToolbarGroup

    Defines the tool category for a MenuAction. In the Unity Editor, ProBuilder groups actions with the same tool category on the ProBuilder toolbar using color coding.

    Namespace: UnityEditor.ProBuilder
    Syntax
    public enum ToolbarGroup

    Fields

    Name Description Value
    Tool

    A tool that opens it's own window. Example, UV Editor, Smoothing Groups, Vertex Color Painter, etc.


    0
    Selection

    This is an interface toggle or an element selection action.


    1
    Object

    This action affects objects (as opposed to mesh attributes like vertex or face).


    2
    Geometry

    This action affects geometry elements (vertices, edges, faces).


    3
    Entity

    An action for creating or modifying @"UnityEngine.ProBuilder.EntityBehaviour" types.


    4
    Export

    This action exports meshes.


    5
    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Wednesday, April 12, 2023
    Terms of use