# FillMode

> The fill mode types.

## Definition

* **Type:** Enum
* **Namespace:** [Unity.VectorGraphics](/engine/6000.5/script-reference/unity/vectorgraphics.md)
* **Assembly:** UnityEngine.VectorGraphicsModule

```csharp
public enum FillMode
```

## Remarks

For more information, refer to work with vector graphics.

## Fields

| Value                                                                               | Description                                                                                |
| ----------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| [NonZero](/engine/6000.5/script-reference/unity/vectorgraphics/fillmode/nonzero.md) | Determines the "insideness" of the shape by evaluating the direction of the edges crossed. |
| [OddEven](/engine/6000.5/script-reference/unity/vectorgraphics/fillmode/oddeven.md) | Determines the "insideness" of the shape by counting the number of edges crossed.          |
