docs.unity.cn
    Show / Hide Table of Contents

    Enum SelectionModifierBehavior

    Defines how the Shift key modifies the selection when drag-selecting mesh elements.

    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 © 2023 Unity Technologies
    Generated by DocFX
    on Wednesday, April 12, 2023
    Terms of use