Enum CullingMode | Package Manager UI website
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
    Back

    Back faces are culled.

    Front

    Front faces are culled.

    FrontBack

    Both front and back faces are culled.

    None

    Both front and back faces are rendered.

    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX