docs.unity.cn
    Show / Hide Table of Contents

    Enum CullingMode

    A flag which sets the triangle culling mode.

    Namespace: UnityEngine.ProBuilder
    Syntax
    [Flags]
    public enum CullingMode

    Fields

    Name Description Value
    None

    Both front and back faces are rendered.

    0
    Back

    Back faces are culled.

    1
    Front

    Front faces are culled.

    2
    FrontBack

    Both front and back faces are culled.

    3
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 09 July 2021