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 — Terms of use
    Generated by DocFX
    on Tuesday, June 13, 2023