Enum FillMode
The fill mode types.
Namespace: Unity.VectorGraphics
Syntax
public enum FillModeFields
| Name | Description | 
|---|---|
| NonZero | Determines the "insideness" of the shape by evaluating the direction of the edges crossed. | 
| OddEven | Determines the "insideness" of the shape by counting the number of edges crossed. |