# SpriteSortPoint

> Determines the position of the Sprite used for sorting the Renderer.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine](/engine/6000.5/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public enum SpriteSortPoint
```

## Fields

| Value                                                                           | Description                                                                                                                                                                                 |
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Center](/engine/6000.5/script-reference/unityengine/spritesortpoint/center.md) | The center of the [Sprite](/engine/6000.5/script-reference/unityengine/sprite.md) is used as the point for sorting the [Renderer](/engine/6000.5/script-reference/unityengine/renderer.md). |
| [Pivot](/engine/6000.5/script-reference/unityengine/spritesortpoint/pivot.md)   | The pivot of the [Sprite](/engine/6000.5/script-reference/unityengine/sprite.md) is used as the point for sorting the [Renderer](/engine/6000.5/script-reference/unityengine/renderer.md).  |
