Enum PolyFillType
Options for polygon filling types.
Namespace: UnityEngine.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
public enum PolyFillType
Fields
| Name | Description |
|---|---|
| pftEvenOdd | Use this for even odd. |
| pftNegative | Use this for negative. |
| pftNonZero | Use this for non zero. |
| pftPositive | Use this for positive. |