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 Value
    Add

    Always add to the selection.

    0
    Subtract

    Always subtract from the selection.

    1
    Difference

    Invert the selected faces (default).

    2
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 09 July 2021