# sortingLayerID

> Unique ID of the Canvas' sorting layer.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.UIModule

```csharp
public int sortingLayerID { get; set; }
```

### Remarks

See [Renderer](/engine/6000.0/script-reference/unityengine/renderer.md).
