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 |