# PathEnding

> The path ending types.

## Definition

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

```csharp
public enum PathEnding
```

## Fields

| Value                                                                               | Description                                  |
| ----------------------------------------------------------------------------------- | -------------------------------------------- |
| [Chop](/engine/6000.6/script-reference/unity/vectorgraphics/pathending/chop.md)     | A square path ending.                        |
| [Round](/engine/6000.6/script-reference/unity/vectorgraphics/pathending/round.md)   | A rounded path ending.                       |
| [Square](/engine/6000.6/script-reference/unity/vectorgraphics/pathending/square.md) | A square path ending with a small extrusion. |
