docs.unity.cn
    Show / Hide Table of Contents

    Enum SortMethod

    Describes methods of sorting points in 2d space.

    Namespace: UnityEngine.ProBuilder
    Syntax
    public enum SortMethod

    Fields

    Name Description Value
    Clockwise

    Order the vertices clockwise.


    0
    CounterClockwise

    Order the vertices counter-clockwise.


    1
    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Wednesday, April 12, 2023
    Terms of use