Enum SortMethod | ProBuilder | 4.3.1
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
    Clockwise

    Order the vertices clockwise.

    CounterClockwise

    Order the vertices counter-clockwise.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX