Enum FillMode
The fill mode types.
Namespace: Unity.VectorGraphics
Assembly: Unity.VectorGraphics.dll
Syntax
public enum FillMode
Fields
| 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. |