docs.unity.cn
    Show / Hide Table of Contents

    Enum WindingOrder

    Describes the winding order of mesh triangles.

    Namespace: UnityEngine.ProBuilder
    Syntax
    public enum WindingOrder

    Fields

    Name Description Value
    Unknown

    Winding order could not be determined.


    0
    Clockwise

    Winding is clockwise (right handed).


    1
    CounterClockwise

    Winding is counter-clockwise (left handed).


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