Enum PolyFillType
Options for polygon filling types.
Namespace: UnityEngine.Rendering.Universal
Syntax
public enum PolyFillType
Fields
Name | Description | Value |
---|---|---|
pftEvenOdd | Use this for even odd. |
0 |
pftNonZero | Use this for non zero. |
1 |
pftPositive | Use this for positive. |
2 |
pftNegative | Use this for negative. |
3 |