docs.unity.cn
    Show / Hide Table of Contents

    Enum ClipType

    Options for clip types.

    Namespace: UnityEngine.Rendering.Universal
    Syntax
    public enum ClipType

    Fields

    Name Description Value
    ctIntersection

    Use this for intersection.


    0
    ctUnion

    Use this for union.


    1
    ctDifference

    Use this for difference.


    2
    ctXor

    Use this for XOR.


    3
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 17 July 2023