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