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

    Enum SelectionModifierBehavior

    When drag selecting mesh elements, this defines how the Shift key will modify the selection.

    Namespace: UnityEngine.ProBuilder
    Syntax
    public enum SelectionModifierBehavior
    Remarks

    Editor only.

    Fields

    Name Description
    Add

    Always add to the selection.

    Difference

    Invert the selected faces (default).

    Subtract

    Always subtract from the selection.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX