Enum SelectMode | ProBuilder | 4.3.1
docs.unity.cn
    Show / Hide Table of Contents

    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.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX