Enum ClipType
Options for clip types.
Namespace: UnityEngine.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
public enum ClipType
Fields
Name | Description |
---|---|
ctDifference | Use this for difference. |
ctIntersection | Use this for intersection. |
ctUnion | Use this for union. |
ctXor | Use this for XOR. |